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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-02 21:24:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-02 21:24:10 +0300
commit104f46afdd4f2b3f66a73ddc14582bcb2854ef36 (patch)
treea18ade33270d55820dd3df58649b0c1892451e9d /source/blender/editors/util
parent21f1625fd537ea439e464e1d2cbd12ad770526ee (diff)
linking in mesh data with animation crashed blender. also fixed some warnings.
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/editmode_undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/util/editmode_undo.c b/source/blender/editors/util/editmode_undo.c
index f58cd148dec..8d674c1adbe 100644
--- a/source/blender/editors/util/editmode_undo.c
+++ b/source/blender/editors/util/editmode_undo.c
@@ -52,6 +52,7 @@
#include "BKE_utildefines.h"
#include "ED_util.h"
+#include "ED_mesh.h"
#include "UI_interface.h"
#include "UI_resources.h"