diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-14 14:46:52 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-14 14:46:52 +0000 |
commit | 26e6666d48d0c2e467603f07b60b91f825c55342 (patch) | |
tree | acd6e8d8e9d0b0369ed1e6dbbf32810fe2b92146 /libpqpp/pq-command.cpp | |
parent | Bump to C++20 for non-legacy CTF (diff) | |
download | libdbpp-postgresql-26e6666d48d0c2e467603f07b60b91f825c55342.tar.bz2 libdbpp-postgresql-26e6666d48d0c2e467603f07b60b91f825c55342.tar.xz libdbpp-postgresql-26e6666d48d0c2e467603f07b60b91f825c55342.zip |
enum class BulkUpdateslibdbpp-postgresql-1.4.7
Diffstat (limited to 'libpqpp/pq-command.cpp')
-rw-r--r-- | libpqpp/pq-command.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpqpp/pq-command.cpp b/libpqpp/pq-command.cpp index 8a79364..9e98eb5 100644 --- a/libpqpp/pq-command.cpp +++ b/libpqpp/pq-command.cpp @@ -1,5 +1,4 @@ #include "pq-command.h" -#include <algorithm> #include <compileTimeFormatter.h> #include <dbTypes.h> #include <factory.h> |