From b7f71b71224238a8b7bdb76b6feb98db9bac7aa9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 17:59:41 +0100 Subject: First commit passing IWYU --- libodbcpp/odbc-modifycommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libodbcpp/odbc-modifycommand.h') diff --git a/libodbcpp/odbc-modifycommand.h b/libodbcpp/odbc-modifycommand.h index de3f7e0..2147082 100644 --- a/libodbcpp/odbc-modifycommand.h +++ b/libodbcpp/odbc-modifycommand.h @@ -3,8 +3,10 @@ #include "odbc-command.h" #include +#include namespace ODBC { + class Connection; class ModifyCommand : public Command, public DB::ModifyCommand { public: ModifyCommand(const Connection &, const std::string & sql); -- cgit v1.2.3