diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-03-19 16:49:13 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-03-19 17:02:16 +0000 |
| commit | 354bb1630c5ae72d298a7ce13c1118106bfaf7b0 (patch) | |
| tree | 2b0c4f7be7c0dc15c33a1938942b2337e8d621d1 /libpqpp/unittests | |
| parent | Use stringstream string c_str by move (diff) | |
| download | libdbpp-postgresql-354bb1630c5ae72d298a7ce13c1118106bfaf7b0.tar.bz2 libdbpp-postgresql-354bb1630c5ae72d298a7ce13c1118106bfaf7b0.tar.xz libdbpp-postgresql-354bb1630c5ae72d298a7ce13c1118106bfaf7b0.zip | |
Add missing include
Diffstat (limited to 'libpqpp/unittests')
| -rw-r--r-- | libpqpp/unittests/testpq.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/unittests/testpq.cpp b/libpqpp/unittests/testpq.cpp index 1285d9a..d610e41 100644 --- a/libpqpp/unittests/testpq.cpp +++ b/libpqpp/unittests/testpq.cpp @@ -30,6 +30,7 @@ #include <string> #include <string_view> #include <testCore.h> +#include <tuple> #include <type_traits> #include <unistd.h> #include <utility> |
