Commit b2810210 authored by Matthieu Martin's avatar Matthieu Martin Committed by Facebook Github Bot 2

Fix compilation issue related to Fibers WhenN

Summary: In a separate diff, I made changes that switched include order, and suddently this file failed to compile. This fixes it.

Reviewed By: andriigrynenko

Differential Revision: D3574775

fbshipit-source-id: 02422d803708aa8490123d19aab5a16c10fdc36e
parent 6bc33db2
......@@ -15,6 +15,8 @@
*/
#pragma once
#include <memory>
namespace folly {
namespace fibers {
......
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