summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------libdbpp/unittests/libdbpp-postgresql0
-rw-r--r--libdbpp/unittests/testPatch.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/libdbpp/unittests/libdbpp-postgresql b/libdbpp/unittests/libdbpp-postgresql
-Subproject d6fd5db66afb2493202192c018cdb153f0a1ca8
+Subproject 354bb1630c5ae72d298a7ce13c1118106bfaf7b
diff --git a/libdbpp/unittests/testPatch.cpp b/libdbpp/unittests/testPatch.cpp
index 5febea1..e1361f4 100644
--- a/libdbpp/unittests/testPatch.cpp
+++ b/libdbpp/unittests/testPatch.cpp
@@ -17,6 +17,7 @@
#include <sqlWriter.h>
#include <string>
#include <tablepatch.h>
+#include <tuple>
class Mock : public DB::PluginMock<PQ::Mock> {
public: