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:
Diffstat (limited to 'intern/iksolver/intern/IK_CGChainSolver.cpp')
-rw-r--r--intern/iksolver/intern/IK_CGChainSolver.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/intern/iksolver/intern/IK_CGChainSolver.cpp b/intern/iksolver/intern/IK_CGChainSolver.cpp
index 6af4df2a35b..4c91c6b8ab1 100644
--- a/intern/iksolver/intern/IK_CGChainSolver.cpp
+++ b/intern/iksolver/intern/IK_CGChainSolver.cpp
@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#include "IK_CGChainSolver.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "IK_CGChainSolver.h"
#include "IK_Segment.h"
using namespace std;