Added a better check for openssl
[folly.git] / folly / MacAddress.cpp
index 1764058eda263d65319f0a09958129fb123a1fc0..bdc54a3a57a942237f529824f9762fc39225dc9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,6 +16,8 @@
 
 #include <folly/MacAddress.h>
 
+#include <iostream>
+
 #include <folly/Exception.h>
 #include <folly/IPAddressV6.h>