diff options
Diffstat (limited to 'libpqpp/pq-bulkselectcommand.h')
-rw-r--r-- | libpqpp/pq-bulkselectcommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpqpp/pq-bulkselectcommand.h b/libpqpp/pq-bulkselectcommand.h index 9c1c51b..6470905 100644 --- a/libpqpp/pq-bulkselectcommand.h +++ b/libpqpp/pq-bulkselectcommand.h @@ -1,14 +1,14 @@ #ifndef PQ_BULKSELECTCOMMAND_H #define PQ_BULKSELECTCOMMAND_H +#include "command_fwd.h" +#include "pq-command.h" #include "pq-prepared.h" #include "pq-selectbase.h" -#include <map> -#include <vector> +#include <string> namespace PQ { class Connection; - class Column; class BulkSelectCommand : public SelectBase, public PreparedStatement { public: BulkSelectCommand(Connection *, const std::string & sql, const PQ::CommandOptionsCPtr & pqco, |