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>2020-06-10 15:32:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-10 15:34:11 +0300
commit0ca0ad5318abc2b026689cfbe12111ffbba88dc6 (patch)
tree695b1ac320b36d5435a30386ff431b35710ebce2 /source/blender/modifiers/intern/MOD_armature.c
parent84a0a6d16c85105cf755141c4d49afc52eb157e3 (diff)
Cleanup: move BKE_mesh_wrapper functions into own header
Diffstat (limited to 'source/blender/modifiers/intern/MOD_armature.c')
-rw-r--r--source/blender/modifiers/intern/MOD_armature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_armature.c b/source/blender/modifiers/intern/MOD_armature.c
index 84651f79e8a..ad8d6ac8b8a 100644
--- a/source/blender/modifiers/intern/MOD_armature.c
+++ b/source/blender/modifiers/intern/MOD_armature.c
@@ -40,6 +40,7 @@
#include "BKE_lib_id.h"
#include "BKE_lib_query.h"
#include "BKE_mesh.h"
+#include "BKE_mesh_wrapper.h"
#include "BKE_modifier.h"
#include "BKE_screen.h"