From 06fe0874f2c3a786c79695e5b20c5f4580e05115 Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Thu, 31 Mar 2016 10:10:17 -0700 Subject: [PATCH] include glog for CHECK_EQ 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/io/async/ssl/OpenSSLPtrTypes.h b/folly/io/async/ssl/OpenSSLPtrTypes.h index 4cee3320..2000db2f 100644 --- a/folly/io/async/ssl/OpenSSLPtrTypes.h +++ b/folly/io/async/ssl/OpenSSLPtrTypes.h @@ -16,6 +16,7 @@ #pragma once +#include #include #include #include -- 2.34.1