Fix a pair of non-ascii quotes that made their way into AsyncSocket
[folly.git] / folly / SocketAddress.h
index d48f3ccc81bf43ca88d7b8daef4637f356b831e8..688dcf92c5129ae40ed7ec85d2e3396c6c051c6d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sys/types.h>
 #include <cstddef>
-#include <iostream>
+#include <iosfwd>
 #include <string>
 
 #include <folly/IPAddress.h>