Commit 931299b7 authored by Paul Gossman's avatar Paul Gossman Committed by Facebook Github Bot

Add missing include guard to coro/detail/Helpers.h

Summary: This file is included in `coro/TimedWait.h` and `coro/Collect.h`, so inclusion of those two headers is causing redefinition errors.

Reviewed By: yfeldblum

Differential Revision: D16414841

fbshipit-source-id: 103fa87a7c978d256e58eb67089b4cb984d362e4
parent a5e8658c
......@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once
#include <folly/Executor.h>
......
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