From 6c0325556cc7b763ccd31ce42ddaecde5a6968a7 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Mon, 30 May 2016 16:05:18 -0700 Subject: [PATCH] Include where needed Summary: Diff #11 of 14. Reviewed By: mzlee Differential Revision: D3262478 fbshipit-source-id: d06eee44d1ccefc78a381e44c400c0242b5e0e5a --- folly/detail/MemoryIdler.h | 1 + folly/io/async/EventBase.h | 1 + 2 files changed, 2 insertions(+) diff --git a/folly/detail/MemoryIdler.h b/folly/detail/MemoryIdler.h index e4bebc34..bc155e91 100644 --- a/folly/detail/MemoryIdler.h +++ b/folly/detail/MemoryIdler.h @@ -22,6 +22,7 @@ #include #include #include +#include namespace folly { diff --git a/folly/io/async/EventBase.h b/folly/io/async/EventBase.h index 5999687d..c65628d2 100644 --- a/folly/io/async/EventBase.h +++ b/folly/io/async/EventBase.h @@ -42,6 +42,7 @@ #include #include #include +#include #include #include // libevent -- 2.34.1