better error handling in MemoryIdler for inside jails
[folly.git] / folly / detail / AtomicHashUtils.h
index e9ca9d0be289ac04e7d0c4ce388e0871a4cbd619..7fb84056bd52d4aae4ced2bb99093018f4a64da9 100644 (file)
@@ -17,6 +17,7 @@
 #pragma once
 
 #include <thread>
+
 #include <folly/portability/Asm.h>
 
 // Some utilities used by AtomicHashArray and AtomicHashMap
@@ -36,4 +37,5 @@ void atomic_hash_spin_wait(Cond condition) {
   }
 }
 
-}} // namespace folly::detail
+} // namespace detail
+} // namespace folly