diff --git a/src/STDInclude.hpp b/src/STDInclude.hpp index ac8d6d5d..7b929f67 100644 --- a/src/STDInclude.hpp +++ b/src/STDInclude.hpp @@ -81,9 +81,6 @@ #pragma warning(disable: 6387) #pragma warning(disable: 26812) -#include -#include - // Enable additional literals using namespace std::literals; @@ -111,6 +108,9 @@ using namespace std::literals; #define AssertUnreachable assert(0 && "unreachable") +#include +#include + #pragma warning(pop) #include "Utils/Memory.hpp" // Breaks order on purpose