From 2317b4608821b03da0cc288d06b9c0bdb6b60239 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 22 May 2021 16:42:06 +0100 Subject: Pass linter checks Except IWYU, doesn't like the C++20 CTF. --- lib/row.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/row.h') diff --git a/lib/row.h b/lib/row.h index 4191644..a40b1b2 100644 --- a/lib/row.h +++ b/lib/row.h @@ -2,8 +2,13 @@ #define MYGRATE_ROW_H #include "mysql_types.h" -#include "rawDataReader.h" -#include +#include +#include +namespace MyGrate { + class RawDataReader; +} +struct st_mariadb_rpl_rows_event; +struct st_mariadb_rpl_table_map_event; namespace MyGrate { class Row : public std::vector { -- cgit v1.2.3