Add OpenSSL portability layer
[folly.git] / folly / io / async / SSLContext.h
index a8f18620e47377de4a71d993adcce9fcd641e0d3..2b927c772cf1b64ef7c2d24af5785ce67bfd7509 100644 (file)
@@ -25,6 +25,7 @@
 #include <random>
 
 // This has to come before SSL.
+#include <folly/portability/OpenSSL.h>
 #include <folly/portability/Sockets.h>
 
 #include <openssl/ssl.h>