Commit 489ee579 authored by Mingtao Yang's avatar Mingtao Yang Committed by Facebook Github Bot

Fix include typo

Reviewed By: anirudhvr

Differential Revision: D5492790

fbshipit-source-id: 10e868976a7ea42673d5b5c906a53c6c9495a288
parent 9fc87c83
......@@ -20,8 +20,8 @@
#include <folly/String.h>
#include <folly/portability/GTest.h>
#include <folly/portability/OpenSSL.h>
#include <folly/ssl/Init.h>
#include <folly/ssl/OpenSSLPtrTypes.h>
#include <folly/ssl/Init.H>
using namespace testing;
using namespace folly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment