Add new CRC-32C checksum functions to folly
[folly.git] / folly / ThreadCachedInt.h
index 69c03d1f020ce7f5214f3eaf7d77c57c0b302125..b9d30429d3832bf2e56fe4348f45cd06dba8e81e 100644 (file)
@@ -24,6 +24,9 @@
 #define FOLLY_THREADCACHEDINT_H
 
 #include <atomic>
+
+#include <boost/noncopyable.hpp>
+
 #include "folly/Likely.h"
 #include "folly/ThreadLocal.h"