Skip to content

Commit 22d9eec

Browse files
authored
Merge pull request #4219 from erwincoumans/master
remove thread import, it is not needed and required C++11
2 parents ae885be + 5e8a471 commit 22d9eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "btDeformableMultiBodyConstraintSolver.h"
1717
#include "BulletReducedDeformableBody/btReducedDeformableBodySolver.h"
1818
#include <iostream>
19-
#include <thread>
19+
2020
// override the iterations method to include deformable/multibody contact
2121
btScalar btDeformableMultiBodyConstraintSolver::solveDeformableGroupIterations(btCollisionObject** bodies, int numBodies, btCollisionObject** deformableBodies, int numDeformableBodies, btPersistentManifold** manifoldPtr, int numManifolds, btTypedConstraint** constraints, int numConstraints, const btContactSolverInfo& infoGlobal, btIDebugDraw* debugDrawer)
2222
{

0 commit comments

Comments
 (0)