From 6aae7b1b6ebcca59fe9565198fff6885ba4120aa Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 22 May 2021 18:01:45 +0100 Subject: IWYU built for LLVM-12 fixes --- lib/streamSupport.h | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'lib/streamSupport.h') diff --git a/lib/streamSupport.h b/lib/streamSupport.h index 0723faf..60e68d3 100644 --- a/lib/streamSupport.h +++ b/lib/streamSupport.h @@ -1,16 +1,28 @@ #ifndef MYGRATE_STREAM_SUPPORT_H #define MYGRATE_STREAM_SUPPORT_H +#include "mariadb_repl.h" #include #include -#include -#include +#include #include #include +#include #include - -#include "mysql_types.h" -#include +namespace MyGrate { + class BitSet; +} +namespace MyGrate::MySQL { + struct Date; +} +namespace MyGrate::MySQL { + struct DateTime; +} +namespace MyGrate::MySQL { + struct Time; +} +struct timespec; +struct tm; namespace std { std::ostream & operator<<(std::ostream & strm, const std::byte byt); -- cgit v1.2.3