From 0469ecb300c730fa003d5c858db93d5818188a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sun, 20 Mar 2022 09:19:50 +0100 Subject: [PATCH] macOS fix --- .github/workflows/macos-build.yml | 2 +- src/Nazara/Platform/SDL2/WindowImpl.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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