aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelCloth/src
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src')
-rw-r--r--PhysX_3.4/Source/LowLevelCloth/src/sse2/SwCollisionHelpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevelCloth/src/sse2/SwCollisionHelpers.h b/PhysX_3.4/Source/LowLevelCloth/src/sse2/SwCollisionHelpers.h
index 6ec553a2..a509bf96 100644
--- a/PhysX_3.4/Source/LowLevelCloth/src/sse2/SwCollisionHelpers.h
+++ b/PhysX_3.4/Source/LowLevelCloth/src/sse2/SwCollisionHelpers.h
@@ -30,6 +30,9 @@
#pragma once
#if PX_GCC_FAMILY
+#if PX_EMSCRIPTEN
+#include <emmintrin.h>
+#endif
#include <xmmintrin.h> // _BitScanForward
#else
#pragma warning(push)