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>2009-09-25 05:29:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-25 05:29:30 +0400
commit2060127e1fc2b71b10fa1784cf7c58bc6a2ef539 (patch)
treea1da4c65eec471f2385fa6730ccf38efd2f79c19 /source/blender/ikplugin
parent5eb2b4b40d6a687659aeae8810c0e36dd29d6715 (diff)
missing includes
Diffstat (limited to 'source/blender/ikplugin')
-rw-r--r--source/blender/ikplugin/intern/iksolver_plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/ikplugin/intern/iksolver_plugin.c b/source/blender/ikplugin/intern/iksolver_plugin.c
index 262185fef1b..68afbcd0db2 100644
--- a/source/blender/ikplugin/intern/iksolver_plugin.c
+++ b/source/blender/ikplugin/intern/iksolver_plugin.c
@@ -34,6 +34,7 @@
#include "BLI_arithb.h"
#include "BKE_armature.h"
+#include "BKE_constraint.h"
#include "BKE_utildefines.h"
#include "DNA_object_types.h"
#include "DNA_action_types.h"
@@ -43,6 +44,8 @@
#include "IK_solver.h"
#include "iksolver_plugin.h"
+#include <string.h> /* memcpy */
+
/* ********************** THE IK SOLVER ******************* */
/* allocates PoseTree, and links that to root bone/channel */