Skip to content

Commit

Permalink
Merge pull request #247 from iesser/patch-1
Browse files Browse the repository at this point in the history
Add header include
  • Loading branch information
rpavlik authored Apr 2, 2021
2 parents 8eb1491 + 0ba2bb9 commit b75c226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/sdk/pr.247.gh.OpenXR-SDK-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello_xr: Make sure `common.h` includes the reflection header that it uses.
2 changes: 2 additions & 0 deletions src/tests/hello_xr/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <stdarg.h>
#include <stddef.h>

#include <openxr/openxr_reflection.h>

// Macro to generate stringify functions for OpenXR enumerations based data provided in openxr_reflection.h
// clang-format off
#define ENUM_CASE_STR(name, val) case name: return #name;
Expand Down

0 comments on commit b75c226

Please sign in to comment.