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:
-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 */