diff --git a/.github/workflows/main_ci_xmake.yml b/.github/workflows/main_ci_xmake.yml index 22a61386..6ea981ff 100644 --- a/.github/workflows/main_ci_xmake.yml +++ b/.github/workflows/main_ci_xmake.yml @@ -25,7 +25,7 @@ jobs: xmake-version: '2.8.2' - name: Configure - run: xmake config -y --mode=${{ matrix.mode }} + run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.37 - name: Build run: xmake build -y -vD diff --git a/CommonLibSF/include/SFSE/Impl/PCH.h b/CommonLibSF/include/SFSE/Impl/PCH.h index de2d79d1..38e20fae 100644 --- a/CommonLibSF/include/SFSE/Impl/PCH.h +++ b/CommonLibSF/include/SFSE/Impl/PCH.h @@ -41,7 +41,7 @@ #include #include #include -//#include +#include // Error handling #include @@ -109,7 +109,7 @@ #include #include #include -//#include +#include #include #include #include