Move asm portability to an Asm portability header
[folly.git] / folly / test / SmallLocksTest.cpp
index 7ddd29a070a163ca0870433c5c36617d4b1ee5cf..ad6a83785ace8020e1c93114d8e22af511b6b06e 100644 (file)
@@ -31,6 +31,8 @@
 
 #include <gtest/gtest.h>
 
+#include <folly/portability/Asm.h>
+
 using folly::MSLGuard;
 using folly::MicroLock;
 using folly::MicroSpinLock;