aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/pgsql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/pgsql.cpp')
-rw-r--r--modules/extra/pgsql.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp
index f41e1482a..ac6ff7cb8 100644
--- a/modules/extra/pgsql.cpp
+++ b/modules/extra/pgsql.cpp
@@ -36,6 +36,8 @@
/// $PackageInfo: require_system("rhel~") pkg-config postgresql-devel
+#include <sstream>
+
#include <libpq-fe.h>
#include <pg_config.h>