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:
authorKent Mein <mein@cs.umn.edu>2007-08-31 19:47:45 +0400
committerKent Mein <mein@cs.umn.edu>2007-08-31 19:47:45 +0400
commit6e91048bff139fba671a636e59ad99471658b3d8 (patch)
tree36202ab74fbe1fcc9fe3e630df79d039043dd80a /intern/iksolver
parentc1e9ad9c8006afe3d4259be21a824a5fd3c437d0 (diff)
This covers bugs # 7130 7131 7132 7133
All small patches submitted by Vladimar Marek (neuron) Basically fixes up some headers for Solaris's compiler. Kent
Diffstat (limited to 'intern/iksolver')
-rw-r--r--intern/iksolver/intern/IK_QJacobianSolver.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/iksolver/intern/IK_QJacobianSolver.cpp b/intern/iksolver/intern/IK_QJacobianSolver.cpp
index 7cfdcccc2ad..ea18f0b2003 100644
--- a/intern/iksolver/intern/IK_QJacobianSolver.cpp
+++ b/intern/iksolver/intern/IK_QJacobianSolver.cpp
@@ -30,10 +30,9 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#include <stdio.h>
#include "IK_QJacobianSolver.h"
-//#include "analyze.h"
-
void IK_QJacobianSolver::AddSegmentList(IK_QSegment *seg)
{
m_segments.push_back(seg);