From 8d3d233e910b65206d657952eb22ff31a2bde29c Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 27 Dec 2021 15:16:50 +0200 Subject: [PATCH] Include unknwn.h to fix OpenXR on some windows systems; --- src/modules/headset/headset_openxr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/headset/headset_openxr.c b/src/modules/headset/headset_openxr.c index 95aee40a..864c7e6b 100644 --- a/src/modules/headset/headset_openxr.c +++ b/src/modules/headset/headset_openxr.c @@ -10,6 +10,7 @@ #if defined(_WIN32) #define XR_USE_PLATFORM_WIN32 #define WIN32_LEAN_AND_MEAN + #include #include #elif defined(__ANDROID__) #define XR_USE_PLATFORM_ANDROID