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:
authorDalai Felinto <dfelinto@gmail.com>2018-08-14 22:07:19 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-08-14 22:07:19 +0300
commit6ca48a523a753888e766dd7cc7a9edcaf765e7dd (patch)
tree6a19ffecc29aeb99fbdede6df657c94ec7a6082c /source/blender/gpu/intern/gpu_draw.c
parente6af1e447871a66dc5808e9544e459008c4c1977 (diff)
Fix gpu building after cleanup
Broken since: a3c9f4de7041993ace15078e9943dc2e2c7c1fff
Diffstat (limited to 'source/blender/gpu/intern/gpu_draw.c')
-rw-r--r--source/blender/gpu/intern/gpu_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c
index 64301179dac..325ade776de 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -73,6 +73,7 @@
#include "GPU_draw.h"
#include "GPU_extensions.h"
+#include "GPU_glew.h"
#include "GPU_material.h"
#include "GPU_matrix.h"
#include "GPU_shader.h"