From 58d1d148808668b57586283491f0fe828f6ca314 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Mon, 23 Jan 2012 21:51:51 +0000 Subject: [PATCH] fix capitalization in OpenCL include path (non-Windows platforms) --- .../GpuSoftBodySolvers/OpenCL/btSoftBodySolver_OpenCL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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