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.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/streamSupport.cpp') diff --git a/lib/streamSupport.cpp b/lib/streamSupport.cpp index 1e5258c..acf6f7e 100644 --- a/lib/streamSupport.cpp +++ b/lib/streamSupport.cpp @@ -1,5 +1,12 @@ #include "streamSupport.h" +#include "bitset.h" #include "compileTimeFormatter.h" +#include "mysql_types.h" +#include +#include +#include +struct timespec; +struct tm; namespace std { std::ostream & -- cgit v1.2.3