diff --git a/plugins/check_nscp_api.cpp b/plugins/check_nscp_api.cpp index f800fccd8..ef43986f4 100644 --- a/plugins/check_nscp_api.cpp +++ b/plugins/check_nscp_api.cpp @@ -2,15 +2,17 @@ #define VERSION "1.0.1" -#include "remote/httpclientconnection.hpp" -#include "remote/httprequest.hpp" -#include "remote/url-characters.hpp" +// ensure to include base first +#include "base/i2-base.hpp" #include "base/application.hpp" #include "base/json.hpp" #include "base/string.hpp" #include "base/logger.hpp" #include "base/exception.hpp" #include "base/utility.hpp" +#include "remote/httpclientconnection.hpp" +#include "remote/httprequest.hpp" +#include "remote/url-characters.hpp" #include #include #include