prevent folly::Function<T const&()> from being initialized with a function that retur...
[folly.git] / folly / AtomicHashMap.h
index a3f42c0bf554c4748839295ca8082a3b6ecd75d0..2243b6bef7415e07355987e0ecd383c9cc7c6ade 100644 (file)
@@ -91,9 +91,9 @@
 #include <stdexcept>
 
 #include <folly/AtomicHashArray.h>
-#include <folly/Foreach.h>
 #include <folly/Likely.h>
 #include <folly/ThreadCachedInt.h>
+#include <folly/container/Foreach.h>
 #include <folly/hash/Hash.h>
 
 namespace folly {