From 475f7ace01f4010d0408c96e8df0261a10208b92 Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Wed, 18 Oct 2023 09:39:21 +0200 Subject: [PATCH] [WindowPlatformData] Fixed SDL_syswm path. --- source/client/core/WindowPlatformData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/core/WindowPlatformData.cpp b/source/client/core/WindowPlatformData.cpp index c8ffe490..22bc9e5c 100644 --- a/source/client/core/WindowPlatformData.cpp +++ b/source/client/core/WindowPlatformData.cpp @@ -1,4 +1,4 @@ -#include +#include #include