diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b21c7c07a..79ad791eba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ elseif (CMAKE_CXX_COMPILER_FRONTEND_VARIANT STREQUAL "MSVC") $<$:/bigobj> $<$:/MP> $<$:/FS> + /Zc:__cplusplus # Enable updated `__cplusplus` macro ) if (NOT DUSK_BUILD_WARNINGS) diff --git a/extern/aurora b/extern/aurora index d0933b745a..aeb38ab1fc 160000 --- a/extern/aurora +++ b/extern/aurora @@ -1 +1 @@ -Subproject commit d0933b745abe0eb9815bedcea8047575da18698d +Subproject commit aeb38ab1fcc6a018999cd440f55b445236b736a0 diff --git a/libs/JSystem/include/JSystem/JKernel/JKRAramPiece.h b/libs/JSystem/include/JSystem/JKernel/JKRAramPiece.h index f701afd08f..8b247cb315 100644 --- a/libs/JSystem/include/JSystem/JKernel/JKRAramPiece.h +++ b/libs/JSystem/include/JSystem/JKernel/JKRAramPiece.h @@ -7,6 +7,7 @@ #include #else #include +#include #include #endif