cmake: fix the test builds
[folly.git] / folly / SpinLock.h
index 3df5d4e1c6a10b99f0bb269a937c0bd4fa7cb8af..5d0cfda4307a84aed9c3587dd320d675b317efbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -34,6 +34,8 @@
 
 #include <type_traits>
 
+#include <boost/noncopyable.hpp>
+
 #include <folly/Portability.h>
 #include <folly/SmallLocks.h>