logging: rename the `DEBUG` log level to `DBG`
[folly.git] / folly / experimental / StringKeyedUnorderedSet.h
index 11317ede72cbb6519e8d78bbeec5dffacd41b84a..269d2e6d23905913b1c9f420720a40d06af18e1c 100644 (file)
@@ -24,9 +24,9 @@
 #include <unordered_set>
 #include <utility>
 
-#include <folly/Hash.h>
 #include <folly/Range.h>
 #include <folly/experimental/StringKeyedCommon.h>
+#include <folly/hash/Hash.h>
 
 namespace folly {