fix build on Debian 12 / GTK 4.8

This commit is contained in:
Julian Winkler
2024-05-06 07:28:56 +02:00
parent a99dfd80cc
commit 64411c75aa
3 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,9 @@
#include <openxr/openxr.h>
#define XR_USE_PLATFORM_EGL
#include <openxr/openxr_platform.h>
#ifndef XR_REFERENCE_SPACE_TYPE_LOCAL_FLOOR_EXT
#define XR_REFERENCE_SPACE_TYPE_LOCAL_FLOOR_EXT 1000426000
#endif
#include <assert.h>
#include <dlfcn.h>