Commit 0d305cb1 authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Facebook Github Bot

Add some missing includes

Summary: Missing includes which break modular builds.

Reviewed By: igorsugak, luciang

Differential Revision: D19738860

fbshipit-source-id: 97a0329f3e558309ca87f4dd7be8dd96e9ba09a8
parent 19910c37
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#pragma once #pragma once
#include <folly/experimental/symbolizer/SymbolizedFrame.h> #include <folly/experimental/symbolizer/SymbolizedFrame.h>
#include <folly/experimental/symbolizer/Symbolizer.h>
namespace folly { namespace folly {
namespace symbolizer { namespace symbolizer {
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <folly/Executor.h> #include <folly/Executor.h>
#include <folly/fibers/ExecutorBasedLoopController.h> #include <folly/fibers/ExecutorBasedLoopController.h>
#include <folly/fibers/FiberManagerInternal.h> #include <folly/fibers/FiberManagerInternal.h>
#include <folly/futures/Future.h>
namespace folly { namespace folly {
namespace fibers { namespace fibers {
......
...@@ -17,9 +17,12 @@ ...@@ -17,9 +17,12 @@
#pragma once #pragma once
#include <algorithm> #include <algorithm>
#include <set>
#include <string> #include <string>
#include <vector> #include <vector>
#include <folly/ssl/OpenSSLPtrTypes.h>
namespace folly { namespace folly {
namespace test { namespace test {
......
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