diff --git a/cli/cppcheckexecutor.cpp b/cli/cppcheckexecutor.cpp index b64676aaf..1a4b88fc5 100644 --- a/cli/cppcheckexecutor.cpp +++ b/cli/cppcheckexecutor.cpp @@ -25,6 +25,8 @@ #include #include // EXIT_SUCCESS and EXIT_FAILURE #include +#include + #include "cmdlineparser.h" #include "filelister.h" #include "path.h" diff --git a/cli/cppcheckexecutor.h b/cli/cppcheckexecutor.h index e56491fd2..02945a461 100644 --- a/cli/cppcheckexecutor.h +++ b/cli/cppcheckexecutor.h @@ -23,6 +23,8 @@ #include "settings.h" #include #include +#include +#include class CppCheck;