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:
authorAntony Riakiotakis <kalast@gmail.com>2015-03-20 18:35:26 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-03-20 18:35:41 +0300
commitb9dc4f851bd01a5ca5c7019ea7ef2356d010be5f (patch)
treeec7fc9fc34e0e21303e524a99db437906fd24d8d /source/blender/gpu
parent94a3924eab251c7e487c9f2b631e55e9c6ebf2e9 (diff)
Fix link error with GLEW
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_compositing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_compositing.c b/source/blender/gpu/intern/gpu_compositing.c
index 53ce5145388..96de0db0acb 100644
--- a/source/blender/gpu/intern/gpu_compositing.c
+++ b/source/blender/gpu/intern/gpu_compositing.c
@@ -50,7 +50,7 @@
#include "GPU_extensions.h"
#include "GPU_compositing.h"
-#include "GL/glew.h"
+#include "GPU_glew.h"
#include "MEM_guardedalloc.h"