diff options
Diffstat (limited to 'libpqpp/pq-prepared.h')
-rw-r--r-- | libpqpp/pq-prepared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpqpp/pq-prepared.h b/libpqpp/pq-prepared.h index 6d32f5f..bf88f9e 100644 --- a/libpqpp/pq-prepared.h +++ b/libpqpp/pq-prepared.h @@ -1,9 +1,12 @@ #ifndef stuff #define stuff +#include "command_fwd.h" #include "pq-command.h" +#include <string> namespace PQ { + class Connection; class PreparedStatement : public Command { protected: PreparedStatement(Connection *, const std::string &, const DB::CommandOptionsCPtr &); |