Commit d65ffba7 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

Add missing includes of folly/synchronization/Baton.h

Summary: Add missing includes of `folly/synchronization/Baton.h`.

Differential Revision: D21716396

fbshipit-source-id: 8c8fb818f3083b4fe04fd1c62923d7ba698dcedd
parent 40d9b66e
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#pragma once #pragma once
#include <folly/experimental/observer/Observer.h> #include <folly/experimental/observer/Observer.h>
#include <folly/synchronization/Baton.h>
namespace folly { namespace folly {
namespace observer { namespace observer {
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <folly/system/ThreadName.h> #include <folly/system/ThreadName.h>
#include <folly/futures/Promise.h> #include <folly/futures/Promise.h>
#include <folly/synchronization/Baton.h>
#include <atomic> #include <atomic>
#include <future> #include <future>
......
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