aboutsummaryrefslogtreecommitdiff
path: root/modules/extra/pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-03-22 17:13:09 +0000
committerGravatar Sadie Powell2025-03-22 17:16:28 +0000
commit0aeb615182cf877f08dd218b7de9aae4a6e074ce (patch)
treea1aa72ddc024bf30303808836126188339d6c153 /modules/extra/pgsql.cpp
parentMigrate configparser/configreader away from stringstream. (diff)
Only include <sstream> from files that actually use it.
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>