Commit 8b4722fa authored by Shubhanshu Agrawal's avatar Shubhanshu Agrawal Committed by Facebook Github Bot

add missing includes

Summary: add missing includes in folly fibers.q

Reviewed By: A5he

Differential Revision: D4036830

fbshipit-source-id: 4dcb87377979f2875ba31b4869c2637a82298957
parent 3770474a
......@@ -15,8 +15,13 @@
*/
#pragma once
#include <folly/Function.h>
#include <folly/futures/Future.h>
#include <folly/futures/Promise.h>
#include <exception>
#include <memory>
#include <stdexcept>
#include <vector>
namespace folly {
namespace fibers {
......
......@@ -15,7 +15,11 @@
*/
#pragma once
#include <iterator>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
namespace folly {
namespace fibers {
......
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