Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-03-18 22:46:47 +0300
committerJulian Eisel <julian@blender.org>2020-03-18 22:53:02 +0300
commit99be00fdb11cb429b632555da3fd9eefa54f9788 (patch)
treea19be753fa6b8847103242c2eb5290e00fae40ee /intern/ghost
parent1935cd4027ac369f19caae12bb027ff794473d8b (diff)
Cleanup: Prepare XR code for sorted headers
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_XrContext.h3
-rw-r--r--intern/ghost/intern/GHOST_XrSession.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_XrContext.h b/intern/ghost/intern/GHOST_XrContext.h
index 5140ad7ea27..af65f262323 100644
--- a/intern/ghost/intern/GHOST_XrContext.h
+++ b/intern/ghost/intern/GHOST_XrContext.h
@@ -23,6 +23,9 @@
#include <memory>
#include <vector>
+
+#include "GHOST_Xr_intern.h"
+
#include "GHOST_IXrContext.h"
struct OpenXRInstanceData;
diff --git a/intern/ghost/intern/GHOST_XrSession.h b/intern/ghost/intern/GHOST_XrSession.h
index ef2da61df3d..1d862839200 100644
--- a/intern/ghost/intern/GHOST_XrSession.h
+++ b/intern/ghost/intern/GHOST_XrSession.h
@@ -24,6 +24,8 @@
#include <map>
#include <memory>
+#include "GHOST_Xr_intern.h"
+
class GHOST_XrContext;
class GHOST_XrSwapchain;
struct OpenXRSessionData;