Commit: 41ee85115d37b5666cfbf29b2483a63da8ccac81
Author: Campbell Barton
Date:   Thu Jun 6 10:06:54 2019 +1000
Branches: master
https://developer.blender.org/rB41ee85115d37b5666cfbf29b2483a63da8ccac81

Fix missing header for gpu_state.c

Failed to build without WITH_LEGACY_OPENGL.

===================================================================

M       source/blender/gpu/intern/gpu_state.c

===================================================================

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"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to