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>2009-01-06 22:59:17 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-06 22:59:17 +0300
commitb01ed287e9a4815aa714717599e01dd813c28eb3 (patch)
tree173d150474291801971e6c65b7c517bcb9e60474 /source/blender/blenloader
parent7ca7f8fcd9bfd66984e8cbdff072e828d950a314 (diff)
Fixed a warning (missing include)
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 5602f90c443..d5d86f72ab5 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -107,6 +107,7 @@
#include "BKE_action.h"
#include "BKE_armature.h"
+#include "BKE_cdderivedmesh.h"
#include "BKE_cloth.h"
#include "BKE_colortools.h"
#include "BKE_constraint.h"