From ced4cbda1d8550067a5e1b2f211bfec84cc03fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:03:34 +0000 Subject: [PATCH 1/2] Bump deps/GSL from `0822838` to `a381a37` Bumps [deps/GSL](https://github.com/microsoft/GSL) from `0822838` to `a381a37`. - [Release notes](https://github.com/microsoft/GSL/releases) - [Commits](https://github.com/microsoft/GSL/compare/0822838a7c76d804bf6ede458d61113990693939...a381a3759fbd66030065fc9949fa2cf4c2c1fd58) --- updated-dependencies: - dependency-name: deps/GSL dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/GSL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/GSL b/deps/GSL index 0822838a..a381a375 160000 --- a/deps/GSL +++ b/deps/GSL @@ -1 +1 @@ -Subproject commit 0822838a7c76d804bf6ede458d61113990693939 +Subproject commit a381a3759fbd66030065fc9949fa2cf4c2c1fd58 From 75c04939b3142a88498e6b93453998f655ab7f43 Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 19 Jan 2023 17:24:12 +0000 Subject: [PATCH 2/2] 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