From 465ea24362ee267cf83909efa0b5cdee689ff1f7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 17:59:41 +0100 Subject: First commit passing IWYU --- libpqpp/pq-bulkselectcommand.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libpqpp/pq-bulkselectcommand.cpp') 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 PQ::BulkSelectCommand::BulkSelectCommand(Connection * conn, const std::string & sql, const PQ::CommandOptionsCPtr & pqco, const DB::CommandOptionsCPtr & opts) : -- cgit v1.2.3