Commit 98eb49fa authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Facebook GitHub Bot

Fix missing headers exposed by modular builds

Reviewed By: luciang

Differential Revision: D22555074

fbshipit-source-id: b853730e5d0dd96b6f94d71e2332653a1a44c9a1
parent 613428df
......@@ -16,7 +16,9 @@
#pragma once
#include <folly/fibers/FiberManager.h>
#include <folly/fibers/async/Async.h>
#include <folly/fibers/traits.h>
namespace folly {
namespace fibers {
......
......@@ -16,6 +16,8 @@
#pragma once
#include <cstdlib>
namespace folly {
// c_array
......
......@@ -16,6 +16,8 @@
#pragma once
#include <type_traits>
#include <folly/Portability.h>
#include <folly/lang/StaticConst.h>
......
......@@ -20,6 +20,8 @@
// Implementation of Arena.h functions
#include <folly/lang/SafeAssert.h>
namespace folly {
template <class Alloc>
......
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