Skip to content

Commit b5ed60f

Browse files
authored
Add header include
This project compiles by chance because the header "openxr_reflection.h" was included before the #include "common.h".
1 parent 8eb1491 commit b5ed60f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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_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)