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 <eiseljulian@gmail.com>2019-06-27 20:54:05 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-06-27 20:55:22 +0300
commit57d9f004aa55ecb0f564b2e4199a1821d69fbbc6 (patch)
tree7a462c01c13b0ca1bbc51d2d2213bc64830639eb /source/blender/windowmanager/intern/wm_xr.c
parent62cde7a9ef8ebfd0d33bbc14210db338608411c1 (diff)
Fix compile/CMake errors and warnings on Linux
Diffstat (limited to 'source/blender/windowmanager/intern/wm_xr.c')
-rw-r--r--source/blender/windowmanager/intern/wm_xr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_xr.c b/source/blender/windowmanager/intern/wm_xr.c
index 5a07a3b46e6..3a6f181eafa 100644
--- a/source/blender/windowmanager/intern/wm_xr.c
+++ b/source/blender/windowmanager/intern/wm_xr.c
@@ -22,6 +22,10 @@
#include "GHOST_C-api.h"
+#include "WM_types.h"
+#include "WM_api.h"
+
+#include "wm.h"
void wm_xr_session_draw(bContext *C, struct GHOST_XrContext *xr_context)
{