split SmallLocks.h to get a larger portion of folly compiled on 32bit platforms
[folly.git] / folly / ConcurrentSkipList-inl.h
index 232baff059b410eb4ac7b582efb3ea101419afdd..a875b69faecde2b22e35d38bbefe63371ecfa58b 100644 (file)
@@ -33,7 +33,7 @@
 #include <glog/logging.h>
 
 #include <folly/Memory.h>
-#include <folly/SmallLocks.h>
+#include <folly/MicroSpinLock.h>
 #include <folly/ThreadLocal.h>
 
 namespace folly { namespace detail {