diff --git a/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolver_OpenCL.cpp b/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolver_OpenCL.cpp index a4f0d2ef3..a9b5d01c3 100644 --- a/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolver_OpenCL.cpp +++ b/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolver_OpenCL.cpp @@ -22,7 +22,7 @@ subject to the following restrictions: #include "BulletSoftBody/btSoftBody.h" #include "BulletSoftBody/btSoftBodyInternals.h" #include "BulletCollision/CollisionShapes/btCapsuleShape.h" -#include "BulletCollision/COllisionShapes/btSphereShape.h" +#include "BulletCollision/CollisionShapes/btSphereShape.h" #include "LinearMath/btQuickprof.h" #include