diff options
Diffstat (limited to 'NvCloth/src/SwCollision.cpp')
| -rw-r--r-- | NvCloth/src/SwCollision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/SwCollision.cpp b/NvCloth/src/SwCollision.cpp index bd6cf7a..5c1466c 100644 --- a/NvCloth/src/SwCollision.cpp +++ b/NvCloth/src/SwCollision.cpp @@ -36,7 +36,7 @@ #include "SwCollisionHelpers.h" #include <foundation/PxProfiler.h> #include <cstring> // for memset -#include <PsSort.h> +#include "ps/PsSort.h" using namespace nv; using namespace physx; |