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-06-06 03:06:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-06 03:06:54 +0300
commit41ee85115d37b5666cfbf29b2483a63da8ccac81 (patch)
tree18243701af6ea14b88cb9bfad51e68cb45beb7da /source/blender/gpu
parent600ca3190a506d8931e32dd15544038583f57673 (diff)
Fix missing header for gpu_state.c
Failed to build without WITH_LEGACY_OPENGL.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/intern/gpu_state.c b/source/blender/gpu/intern/gpu_state.c
index 7e8289229f4..7a27fea2f0d 100644
--- a/source/blender/gpu/intern/gpu_state.c
+++ b/source/blender/gpu/intern/gpu_state.c
@@ -20,6 +20,8 @@
#include "DNA_userdef_types.h"
+#include "BLI_utildefines.h"
+
#include "BKE_global.h"
#include "GPU_glew.h"