Move asm portability to an Asm portability header
[folly.git] / folly / RWSpinLock.h
index 3091dc1c350b1c87ba3a462c112b1c32212fe8a2..a5b6053467ab8c6f8e686c04f1ca0312fbae62e8 100644 (file)
@@ -137,6 +137,7 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 */
 
 #include <folly/Portability.h>
+#include <folly/portability/Asm.h>
 
 #if defined(__GNUC__) && \
   (defined(__i386) || FOLLY_X64 || \