Ensure portability/Windows.h is included before OpenSSL headers
[folly.git] / folly / ssl / detail / SSLSessionImpl.h
index 0adfa1349a9d44deb851cae2d3b24d120829eaee..72fb82007c4fec0f79e83257d5aa6ab2a32d059b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,9 @@
 #pragma once
 
 #include <folly/Range.h>
-#include <openssl/ssl.h>
+
+#include <folly/portability/OpenSSL.h>
+
 #include <string>
 
 namespace folly {