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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2012-06-06 18:28:40 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2012-06-06 18:28:40 +0400
commit78233d095737b2bad0a033445e7134e500649cee (patch)
treeaaeed79b6c2435ad10571b9ddec4d4ac0795e09c /source/blender/gpu/intern/gpu_material.c
parente1aa5d69d1cee6fb4d7060ecb616923463272236 (diff)
Fixed all places that used "" instead of <> to include glew.h. Defined -DGLEW_STATIC for all modules that use GLEW.
Diffstat (limited to 'source/blender/gpu/intern/gpu_material.c')
-rw-r--r--source/blender/gpu/intern/gpu_material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
index 9a55c5b92fd..b56f74f652c 100644
--- a/source/blender/gpu/intern/gpu_material.c
+++ b/source/blender/gpu/intern/gpu_material.c
@@ -33,7 +33,7 @@
#include <math.h>
#include <string.h>
-#include "GL/glew.h"
+#include <GL/glew.h>
#include "MEM_guardedalloc.h"