[Bf-blender-cvs] [41ee85115d3] master: Fix missing header for gpu_state.c

Campbell Barton noreply at git.blender.org
Thu Jun 6 02:29:54 CEST 2019


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"



More information about the Bf-blender-cvs mailing list