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
path: root/source
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2006-08-11 04:26:35 +0400
committerMatt Ebb <matt@mke3.net>2006-08-11 04:26:35 +0400
commite31478f129cbd0bbe7e778f7ef2bc3060cad1df4 (patch)
tree6abfd308d13dd4e70281977c352067804cec0d32 /source
parent411332d953e3b961faf75c60ea01f63bd1aac924 (diff)
Tiny header include fix for a warning I introduced earlier.
Diffstat (limited to 'source')
-rwxr-xr-xsource/blender/src/transform_constraints.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/transform_constraints.c b/source/blender/src/transform_constraints.c
index 679bcecf5fd..be7a0bd2636 100755
--- a/source/blender/src/transform_constraints.c
+++ b/source/blender/src/transform_constraints.c
@@ -70,6 +70,7 @@
#include "BIF_resources.h"
#include "BIF_mywindow.h"
#include "BIF_gl.h"
+#include "BIF_glutil.h"
#include "BKE_global.h"
#include "BKE_utildefines.h"