Applied official patch to fix the missing new.h problem.
(while the btOdeQuickstepConstraintSolver is still not used, this allows our bullet tree to be kept in close synch with their official versions). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1923 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -25,7 +25,7 @@ subject to the following restrictions:
|
||||
#include "btOdeContactJoint.h"
|
||||
#include "btOdeTypedJoint.h"
|
||||
#include "btOdeSolverBody.h"
|
||||
#include <new.h>
|
||||
#include <new>
|
||||
#include "LinearMath/btQuickprof.h"
|
||||
|
||||
#include "LinearMath/btIDebugDraw.h"
|
||||
|
||||
@@ -186,6 +186,8 @@ libbulletdynamics_a_SOURCES = \
|
||||
BulletDynamics/ConstraintSolver/btSliderConstraint.h \
|
||||
BulletDynamics/ConstraintSolver/btSorLcp.cpp \
|
||||
BulletDynamics/ConstraintSolver/btSorLcp.h \
|
||||
BulletDynamics/ConstraintSolver/btOdeQuickstepConstraintSolver.h \
|
||||
BulletDynamics/ConstraintSolver/btOdeQuickstepConstraintSolver.cpp \
|
||||
BulletDynamics/ConstraintSolver/btOdeJoint.h \
|
||||
BulletDynamics/ConstraintSolver/btOdeTypedJoint.h \
|
||||
BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp \
|
||||
|
||||
Reference in New Issue
Block a user