Commit 148db7b2 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 0

Include <unordered_set> 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
parent 984f7ba6
...@@ -15,9 +15,16 @@ ...@@ -15,9 +15,16 @@
*/ */
#pragma once #pragma once
#include <folly/Function.h>
#include <folly/Synchronized.h> #include <folly/Synchronized.h>
#include <folly/futures/Future.h> #include <folly/futures/Future.h>
#include <set>
#include <atomic>
#include <memory>
#include <mutex>
#include <unordered_set>
#include <utility>
#include <vector>
namespace folly { namespace folly {
namespace observer_detail { namespace observer_detail {
......
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