From 75c04939b3142a88498e6b93453998f655ab7f43 Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 19 Jan 2023 17:24:12 +0000 Subject: [PATCH] Update STDInclude.hpp --- src/STDInclude.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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