diff options
Diffstat (limited to 'libsqlitepp/sqlite-selectcommand.h')
-rw-r--r-- | libsqlitepp/sqlite-selectcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsqlitepp/sqlite-selectcommand.h b/libsqlitepp/sqlite-selectcommand.h index 30e0118..679e528 100644 --- a/libsqlitepp/sqlite-selectcommand.h +++ b/libsqlitepp/sqlite-selectcommand.h @@ -3,10 +3,10 @@ #include "sqlite-command.h" #include <selectcommand.h> +#include <string> namespace SQLite { class Connection; - class ColumnBase; class SelectCommand : public DB::SelectCommand, public Command { public: SelectCommand(const Connection *, const std::string & sql); |