Skip to content

Commit a4db88f

Browse files
authored
Fix include path in OpenXRUtilities.h
1 parent 17cbb4c commit a4db88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsTools/interface/OpenXRUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#include "../../GraphicsEngine/interface/RenderDevice.h"
3333
#include "../../GraphicsEngine/interface/DeviceContext.h"
34-
#include "../../Primitives/interface/DataBlob.h"
34+
#include "../../../Primitives/interface/DataBlob.h"
3535

3636
#include <openxr/openxr.h>
3737

0 commit comments

Comments
 (0)