From: Mingtao Yang Date: Tue, 25 Jul 2017 22:27:18 +0000 (-0700) Subject: Fix include typo X-Git-Tag: v2017.07.31.00~33 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=489ee57942f8b95fc81b8b2832bdb53df89a8e74;hp=9fc87c83d93f092859823ec32289ed1b6abeb683 Fix include typo Reviewed By: anirudhvr Differential Revision: D5492790 fbshipit-source-id: 10e868976a7ea42673d5b5c906a53c6c9495a288 --- 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;