Skip to content

Commit b75c226

Browse files
authored
Merge pull request #247 from iesser/patch-1
Add header include
2 parents 8eb1491 + 0ba2bb9 commit b75c226

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello_xr: Make sure `common.h` includes the reflection header that it uses.

src/tests/hello_xr/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <stdarg.h>
1111
#include <stddef.h>
1212

13+
#include <openxr/openxr_reflection.h>
14+
1315
// Macro to generate stringify functions for OpenXR enumerations based data provided in openxr_reflection.h
1416
// clang-format off
1517
#define ENUM_CASE_STR(name, val) case name: return #name;

0 commit comments

Comments
 (0)