diff --git a/src/Functions/IFunction.cpp b/src/Functions/IFunction.cpp index 00e7b8a7c03..bbbe16c937d 100644 --- a/src/Functions/IFunction.cpp +++ b/src/Functions/IFunction.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include diff --git a/src/Interpreters/getHeaderForProcessingStage.cpp b/src/Interpreters/getHeaderForProcessingStage.cpp index db7008a1779..e341a5637f4 100644 --- a/src/Interpreters/getHeaderForProcessingStage.cpp +++ b/src/Interpreters/getHeaderForProcessingStage.cpp @@ -2,6 +2,7 @@ #include #include #include +#include namespace DB {