include glog for CHECK_EQ
authorNeel Goyal <ngoyal@fb.com>
Thu, 31 Mar 2016 17:10:17 +0000 (10:10 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 31 Mar 2016 17:20:36 +0000 (10:20 -0700)
Summary: OpenSSLPtrTypes.h uses CHECK_EQ which is included in glog/logging.

Reviewed By: knekritz

Differential Revision: D3118577

fb-gh-sync-id: f8a00aa5a523bf88a3f783433c6699d555799225
fbshipit-source-id: f8a00aa5a523bf88a3f783433c6699d555799225

folly/io/async/ssl/OpenSSLPtrTypes.h

index 4cee33202c2865648f5725e6da97c8c796d80600..2000db2f23ba3d2a0e36fa4d51efcf72622edc32 100644 (file)
@@ -16,6 +16,7 @@
 
 #pragma once
 
+#include <glog/logging.h>
 #include <openssl/evp.h>
 #include <openssl/rsa.h>
 #include <openssl/ssl.h>