Fix signed integer overflow in StaticTracepointTest.cpp
[folly.git] / folly / SocketAddress.cpp
index 6cb5a7a06b330a55f81df6c9231433057b63e223..af6cd77f927ceb70a63cef20d8a6c515c1bf7db7 100644 (file)
@@ -32,7 +32,7 @@
 #include <folly/CppAttributes.h>
 #include <folly/Exception.h>
 #include <folly/Format.h>
-#include <folly/Hash.h>
+#include <folly/hash/Hash.h>
 
 namespace {