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:
authorStefan Werner <stefan.werner@tangent-animation.com>2019-09-13 22:24:28 +0300
committerStefan Werner <stefan.werner@tangent-animation.com>2019-09-13 22:29:05 +0300
commit2520f78971748040e48a370f2517826ad4cdf10e (patch)
tree14ce51d0042a9cfe01abc232c36846392e2affdd
parent83e4991c16cdadc40d1f857b215415c99938ac9e (diff)
Fixed macOS build, header cleanup was too agressive.
-rw-r--r--source/blender/editors/screen/glutil.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/screen/glutil.c b/source/blender/editors/screen/glutil.c
index 69bcb4d8a48..d8926bfc460 100644
--- a/source/blender/editors/screen/glutil.c
+++ b/source/blender/editors/screen/glutil.c
@@ -42,6 +42,10 @@
#include "GPU_immediate.h"
#include "GPU_matrix.h"
+#ifdef __APPLE__
+# include "GPU_state.h"
+#endif
+
#include "UI_interface.h"
/* ******************************************** */