mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
Fix build.
This commit is contained in:
parent
749e6bbdc5
commit
761c4d7ca8
|
@ -19,7 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <openxr/openxr.h>
|
||||
#include <openxr_includes/openxr.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "oxr_api_funcs.h"
|
||||
#include "oxr_api_verify.h"
|
||||
|
||||
#include "openxr_includes/openxr.h"
|
||||
|
||||
|
||||
static const XrExtensionProperties extension_properties[] = {
|
||||
#ifdef XR_USE_GRAPHICS_API_OPENGL
|
||||
|
|
Loading…
Reference in a new issue