From a8630518c10667ff88f0e0846de98337743a5808 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Sep 2021 17:59:41 +0100 Subject: First commit passing IWYU --- libmysqlpp/my-selectcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/my-selectcommand.h') diff --git a/libmysqlpp/my-selectcommand.h b/libmysqlpp/my-selectcommand.h index 9613731..ddfcffb 100644 --- a/libmysqlpp/my-selectcommand.h +++ b/libmysqlpp/my-selectcommand.h @@ -3,10 +3,10 @@ #include "my-command.h" #include +#include namespace MySQL { class Connection; - class ColumnBase; class SelectCommand : public DB::SelectCommand, public Command { public: SelectCommand(const Connection *, const std::string & sql); -- cgit v1.2.3