diff options
Diffstat (limited to 'PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp')
| -rw-r--r-- | PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp b/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp index e13a71c6..82cdc40d 100644 --- a/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp +++ b/PhysX_3.4/Source/GeomUtils/src/mesh/GuBV4_Raycast.cpp @@ -31,7 +31,7 @@ using namespace physx; using namespace Gu; -#if PX_INTEL_FAMILY +#if PX_INTEL_FAMILY && !defined(PX_SIMD_DISABLED) #include "PxQueryReport.h" #include "GuInternal.h" |