diff --git a/include/mrdocs/Support/String.hpp b/include/mrdocs/Support/String.hpp index 74dcbc06e..2fc859f26 100644 --- a/include/mrdocs/Support/String.hpp +++ b/include/mrdocs/Support/String.hpp @@ -13,7 +13,6 @@ #define MRDOCS_API_SUPPORT_STRING_HPP #include -#include #include #include diff --git a/src/lib/AST/ParseJavadoc.cpp b/src/lib/AST/ParseJavadoc.cpp index a12346a1e..e0ffcfb69 100644 --- a/src/lib/AST/ParseJavadoc.cpp +++ b/src/lib/AST/ParseJavadoc.cpp @@ -24,6 +24,7 @@ #include #include #include "lib/AST/ParseRef.hpp" +#include #ifdef _MSC_VER #pragma warning(push)