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-18 00:45:28 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-06-18 00:45:28 +0300
commitf30fcd6c85d60d9ed3513033f39ae674bc742d1f (patch)
treee68530d0e269881ec441c956c525bbd99ddedf85 /source/blender/windowmanager/intern/wm.c
parent47e813352009c0ba918be7e00acc7dce502eb1d6 (diff)
Initially move XR files to GHOST and compile in C++
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index 87a2e1a4647..625230689be 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -53,7 +53,7 @@
#include "wm_draw.h"
#include "wm.h"
#ifdef WITH_OPENXR
-# include "wm_xr.h"
+# include "GHOST_C-api.h"
#endif
#include "ED_screen.h"