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-command.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libmysqlpp/my-command.h') diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h index 87347cf..812d263 100644 --- a/libmysqlpp/my-command.h +++ b/libmysqlpp/my-command.h @@ -6,8 +6,19 @@ #pragma GCC diagnostic ignored "-Wold-style-cast" #include #pragma GCC diagnostic pop +#include +#include +#include +#include +#include +#include +#include #include +namespace boost::posix_time { + class time_duration; +} + namespace MySQL { class Connection; class Command : public virtual DB::Command { -- cgit v1.2.3