From 5365ff322f76321c1d89e9bf1fe71c3a7d627e91 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 19 Mar 2022 16:49:32 +0000 Subject: Add missing include --- libdbpp/unittests/libdbpp-postgresql | 2 +- libdbpp/unittests/testPatch.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libdbpp/unittests/libdbpp-postgresql b/libdbpp/unittests/libdbpp-postgresql index d6fd5db..354bb16 160000 --- a/libdbpp/unittests/libdbpp-postgresql +++ b/libdbpp/unittests/libdbpp-postgresql @@ -1 +1 @@ -Subproject commit d6fd5db66afb2493202192c018cdb153f0a1ca84 +Subproject commit 354bb1630c5ae72d298a7ce13c1118106bfaf7b0 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 #include #include +#include class Mock : public DB::PluginMock { public: -- cgit v1.2.3