Added a better check for openssl
[folly.git] / folly / MacAddress.cpp
index f458138f40f7c8f69604552813fc934fff231ac0..bdc54a3a57a942237f529824f9762fc39225dc9e 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <folly/MacAddress.h>
 
+#include <iostream>
+
 #include <folly/Exception.h>
 #include <folly/IPAddressV6.h>