Include unknwn.h to fix OpenXR on some windows systems;

This commit is contained in:
bjorn 2021-12-27 15:16:50 +02:00
parent 06dd81f6d7
commit 8d3d233e91
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#if defined(_WIN32)
#define XR_USE_PLATFORM_WIN32
#define WIN32_LEAN_AND_MEAN
#include <unknwn.h>
#include <windows.h>
#elif defined(__ANDROID__)
#define XR_USE_PLATFORM_ANDROID