From 148db7b2d4c42eaa431f4e6b24d64b865c3b242f Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Fri, 19 Aug 2016 14:53:37 -0700 Subject: [PATCH] Include in experimental/observer/detail/Core.h Summary: Because it, and a whole bunch of other things, are used in the header but not properly included. Reviewed By: yfeldblum Differential Revision: D3744653 fbshipit-source-id: c10dbb83109200b6186b8ed5ef0d2447d4200f69 --- folly/experimental/observer/detail/Core.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/folly/experimental/observer/detail/Core.h b/folly/experimental/observer/detail/Core.h index 2d1dd7f2..e4957ad9 100644 --- a/folly/experimental/observer/detail/Core.h +++ b/folly/experimental/observer/detail/Core.h @@ -15,9 +15,16 @@ */ #pragma once +#include #include #include -#include + +#include +#include +#include +#include +#include +#include namespace folly { namespace observer_detail { -- 2.34.1