From 8b4722fa2fb4687e90ab71311d17f74b3c3ab043 Mon Sep 17 00:00:00 2001 From: Shubhanshu Agrawal Date: Wed, 19 Oct 2016 18:24:30 -0700 Subject: [PATCH] add missing includes Summary: add missing includes in folly fibers.q Reviewed By: A5he Differential Revision: D4036830 fbshipit-source-id: 4dcb87377979f2875ba31b4869c2637a82298957 --- folly/fibers/BatchDispatcher.h | 5 +++++ folly/fibers/WhenN.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/folly/fibers/BatchDispatcher.h b/folly/fibers/BatchDispatcher.h index 65940ea6..6f702520 100644 --- a/folly/fibers/BatchDispatcher.h +++ b/folly/fibers/BatchDispatcher.h @@ -15,8 +15,13 @@ */ #pragma once +#include #include #include +#include +#include +#include +#include namespace folly { namespace fibers { diff --git a/folly/fibers/WhenN.h b/folly/fibers/WhenN.h index 217ad90a..05a5b35a 100644 --- a/folly/fibers/WhenN.h +++ b/folly/fibers/WhenN.h @@ -15,7 +15,11 @@ */ #pragma once +#include #include +#include +#include +#include namespace folly { namespace fibers { -- 2.34.1