[Bf-blender-cvs] [3b3901a9642] custom-manipulators: Fix wm_manipulators.c wrongly include of GL/GLEW.h

Dalai Felinto noreply at git.blender.org
Fri Apr 7 12:42:19 CEST 2017


Commit: 3b3901a96424dfa4d6919c82fe011909c1c5595c
Author: Dalai Felinto
Date:   Fri Apr 7 12:32:05 2017 +0200
Branches: custom-manipulators
https://developer.blender.org/rB3b3901a96424dfa4d6919c82fe011909c1c5595c

Fix wm_manipulators.c wrongly include of GL/GLEW.h

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

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

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

diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
index 923d793941d..d2e748a132c 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
@@ -39,7 +39,7 @@
 #include "ED_screen.h"
 #include "ED_view3d.h"
 
-#include "GL/glew.h"
+#include "GPU_glew.h"
 
 #include "MEM_guardedalloc.h"




More information about the Bf-blender-cvs mailing list