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-column.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libmysqlpp/my-column.h') diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index 966216c..d41e310 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -6,9 +6,11 @@ #pragma GCC diagnostic ignored "-Wold-style-cast" #include #pragma GCC diagnostic pop +#include +#include +#include namespace MySQL { - class SelectCommand; class ColumnBase : public DB::Column { public: ColumnBase(const char * name, unsigned int field); -- cgit v1.2.3