[Bf-blender-cvs] [90df954] temp_manipulators_core: Use GPU_glew.h to include glew

Julian Eisel noreply at git.blender.org
Wed Sep 21 02:16:27 CEST 2016


Commit: 90df954585553b72f9814ead7da9698f77c2ee59
Author: Julian Eisel
Date:   Wed Sep 21 02:15:25 2016 +0200
Branches: temp_manipulators_core
https://developer.blender.org/rB90df954585553b72f9814ead7da9698f77c2ee59

Use GPU_glew.h to include glew

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

M	source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c

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

diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c b/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c
index bc4c57a..69f86aa 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c
@@ -41,7 +41,7 @@
 #include "ED_screen.h"
 #include "ED_view3d.h"
 
-#include "GL/glew.h"
+#include "GPU_glew.h"
 #include "GPU_select.h"
 
 #include "MEM_guardedalloc.h"




More information about the Bf-blender-cvs mailing list