From: Shubhanshu Agrawal Date: Thu, 20 Oct 2016 01:24:30 +0000 (-0700) Subject: add missing includes X-Git-Tag: v2016.10.24.00~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b4722fa2fb4687e90ab71311d17f74b3c3ab043;p=folly.git add missing includes Summary: add missing includes in folly fibers.q Reviewed By: A5he Differential Revision: D4036830 fbshipit-source-id: 4dcb87377979f2875ba31b4869c2637a82298957 --- 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 {