From cbcd149ce508dfe8ff508391f9e32b7dc2cfbe5c Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 11 Feb 2022 14:33:35 +0100 Subject: Core/Misc: Explicitly include required headers instead of relying on them to be included by other headers --- src/common/DataStores/DB2FileLoader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/DataStores/DB2FileLoader.cpp') diff --git a/src/common/DataStores/DB2FileLoader.cpp b/src/common/DataStores/DB2FileLoader.cpp index 71475a2a2d9..fc5337a452e 100644 --- a/src/common/DataStores/DB2FileLoader.cpp +++ b/src/common/DataStores/DB2FileLoader.cpp @@ -20,8 +20,10 @@ #include "DB2Meta.h" #include "Errors.h" #include "Log.h" +#include #include #include +#include enum class DB2ColumnCompression : uint32 { -- cgit v1.2.3