Fix to build SharedMutexTest on aarch64
[folly.git] / folly / dynamic.cpp
index 842b7fb68a606a196f173cba5a71f793337a40b5..8c25017d3e4d85c7a740710fb185161e4b5963d5 100644 (file)
@@ -16,9 +16,9 @@
 
 #include <folly/dynamic.h>
 
-#include <folly/Assume.h>
 #include <folly/Format.h>
-#include <folly/Hash.h>
+#include <folly/hash/Hash.h>
+#include <folly/lang/Assume.h>
 #include <folly/portability/BitsFunctexcept.h>
 
 namespace folly {
@@ -323,4 +323,4 @@ void dynamic::destroy() noexcept {
 
 //////////////////////////////////////////////////////////////////////
 
-}
+} // namespace folly