From 489ee57942f8b95fc81b8b2832bdb53df89a8e74 Mon Sep 17 00:00:00 2001 From: Mingtao Yang Date: Tue, 25 Jul 2017 15:27:18 -0700 Subject: [PATCH] Fix include typo Reviewed By: anirudhvr Differential Revision: D5492790 fbshipit-source-id: 10e868976a7ea42673d5b5c906a53c6c9495a288 --- folly/ssl/test/OpenSSLCertUtilsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/ssl/test/OpenSSLCertUtilsTest.cpp b/folly/ssl/test/OpenSSLCertUtilsTest.cpp index 46adbf4d..53294e0a 100644 --- a/folly/ssl/test/OpenSSLCertUtilsTest.cpp +++ b/folly/ssl/test/OpenSSLCertUtilsTest.cpp @@ -20,8 +20,8 @@ #include #include #include +#include #include -#include using namespace testing; using namespace folly; -- 2.34.1