Let Futex import base-class ctors
[folly.git] / folly / SpinLock.h
index 3df5d4e1c6a10b99f0bb269a937c0bd4fa7cb8af..a735fcd17d60382833ab7d4103303b63b282ab42 100644 (file)
@@ -34,6 +34,8 @@
 
 #include <type_traits>
 
+#include <boost/noncopyable.hpp>
+
 #include <folly/Portability.h>
 #include <folly/SmallLocks.h>