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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-05 01:16:49 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-05 01:16:49 +0300
commit834495b5ff37fc1f4841eeb320b928508ba31059 (patch)
treef6eb417aa2b9db054e3359473d40fb50903ad682 /source/blender/src/editdeform.c
parent1ccc7c46bfd7909624e3f87ec350fc6c6602745f (diff)
Fixed two compile warnings I introduced.
Diffstat (limited to 'source/blender/src/editdeform.c')
-rw-r--r--source/blender/src/editdeform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editdeform.c b/source/blender/src/editdeform.c
index bca2fc60ef1..cc6081212bc 100644
--- a/source/blender/src/editdeform.c
+++ b/source/blender/src/editdeform.c
@@ -61,6 +61,7 @@
#include "BSE_edit.h"
+#include "editmesh.h"
#include "multires.h"
#ifdef HAVE_CONFIG_H