diff options
| author | 2025-03-22 17:13:09 +0000 | |
|---|---|---|
| committer | 2025-03-22 17:16:28 +0000 | |
| commit | 0aeb615182cf877f08dd218b7de9aae4a6e074ce (patch) | |
| tree | a1aa72ddc024bf30303808836126188339d6c153 /modules/extra/pgsql.cpp | |
| parent | Migrate 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.cpp | 2 |
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> |
