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