Commit 8f9cc411 authored by Nicholas Ormrod's avatar Nicholas Ormrod Committed by Dave Watson

include gflags header in SSLSessionCacheManager

Summary:
SSLSessionCacheManager uses glfags but doesn't include it. This
breaks on some systems.

Test Plan: fbconfig -r folly && fbmake runtests

Reviewed By: robbert@fb.com

Subscribers: trunkagent, sdwilsh, fugalh, ssl-diffs@, njormrod, folly-diffs@

FB internal diff: D1716997

Signature: t1:1716997:1417720032:548c2ad8f54e41d42585c331324f2065733595c1
parent 24b92211
......@@ -15,6 +15,10 @@
#include <folly/io/async/EventBase.h>
#ifndef NO_LIB_GFLAGS
#include <gflags/gflags.h>
#endif
using std::string;
using std::shared_ptr;
......
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