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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-16 11:27:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-16 11:27:30 +0300
commitc419f33dd20109aacbff356af572fa691d03372f (patch)
tree4e344e709c63c09275d556c70dfa81817bbd6822 /intern/ghost
parentda37b8c24571a0d6e49d7103a634d47278fde26c (diff)
GHOST: add header to display manager
Was relying on the header recently removed from GHOST_Rect.h, for some reason only some systems give issues here.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
index 4626955ac7f..f1acf74ca41 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
@@ -24,6 +24,8 @@
* \ingroup GHOST
*/
+#include <stdio.h>
+
#ifdef WITH_X11_XF86VMODE
# include <X11/Xlib.h>
# include <X11/extensions/xf86vmode.h>