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:
authorTon Roosendaal <ton@blender.org>2004-07-11 01:44:45 +0400
committerTon Roosendaal <ton@blender.org>2004-07-11 01:44:45 +0400
commit107e0c5036d8040e025e93a742113265512420af (patch)
tree1cd0c342beda5e76fa7e65567baf61c63dc976c9 /source/blender/src/drawipo.c
parenteac4e86539b4cba3d4756a86783037ed0b3bea38 (diff)
Forgot to include glutil.h
Diffstat (limited to 'source/blender/src/drawipo.c')
-rw-r--r--source/blender/src/drawipo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/drawipo.c b/source/blender/src/drawipo.c
index 7eabd8ee523..239cb741c74 100644
--- a/source/blender/src/drawipo.c
+++ b/source/blender/src/drawipo.c
@@ -72,6 +72,7 @@
#include "BIF_interface.h"
#include "BIF_mywindow.h"
#include "BIF_space.h"
+#include "BIF_glutil.h"
#include "BSE_drawipo.h"
#include "BSE_view.h"