diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 55c41dd02..a606a3080 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -61,7 +61,7 @@ jobs: # Build the engine - name: Build Nazara - run: xmake build xmake build NazaraPhysics2D & xmake build NazaraPhysics3D & xmake build NazaraAudio & xmake build NazaraRenderer & xmake build NazaraShaderNodes & xmake build NazaraPlatform + run: xmake build -v NazaraPlatform # Run unit tests #- name: Run unit tests diff --git a/src/Nazara/Platform/SDL2/WindowImpl.cpp b/src/Nazara/Platform/SDL2/WindowImpl.cpp index a5c479424..fa4031778 100644 --- a/src/Nazara/Platform/SDL2/WindowImpl.cpp +++ b/src/Nazara/Platform/SDL2/WindowImpl.cpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include