diff options
Diffstat (limited to 'libodbcpp/odbc-selectcommand.h')
-rw-r--r-- | libodbcpp/odbc-selectcommand.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libodbcpp/odbc-selectcommand.h b/libodbcpp/odbc-selectcommand.h index e9d56c7..160b05e 100644 --- a/libodbcpp/odbc-selectcommand.h +++ b/libodbcpp/odbc-selectcommand.h @@ -2,9 +2,14 @@ #define ODBC_SELECTCOMMAND_H #include "odbc-command.h" +#include <memory> #include <selectcommand.h> +#include <set> +#include <sql.h> +#include <string> namespace ODBC { + class Connection; class Column; class SelectCommand : public Command, public DB::SelectCommand { public: |