diff options
Diffstat (limited to 'libpqpp/pq-bulkselectcommand.cpp')
-rw-r--r-- | libpqpp/pq-bulkselectcommand.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libpqpp/pq-bulkselectcommand.cpp b/libpqpp/pq-bulkselectcommand.cpp index de2ecb4..8c9e1f0 100644 --- a/libpqpp/pq-bulkselectcommand.cpp +++ b/libpqpp/pq-bulkselectcommand.cpp @@ -1,7 +1,11 @@ #include "pq-bulkselectcommand.h" -#include "pq-column.h" +#include "command.h" +#include "libpq-fe.h" +#include "pq-command.h" #include "pq-connection.h" -#include "pq-error.h" +#include "pq-prepared.h" +#include "pq-selectbase.h" +#include <vector> PQ::BulkSelectCommand::BulkSelectCommand(Connection * conn, const std::string & sql, const PQ::CommandOptionsCPtr & pqco, const DB::CommandOptionsCPtr & opts) : |