Commit 7f696fbd authored by Qinfan Wu's avatar Qinfan Wu Committed by Facebook Github Bot

Include Portability.h before using FOLLY_HAS_COROUTINES

Summary: [Folly][coro] Include `Portability.h` before using `FOLLY_HAS_COROUTINES`.

Reviewed By: Orvid

Differential Revision: D7315956

fbshipit-source-id: 65490ced2573652e346c54aca4e67350fe3579fe
parent fe4fcdc9
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/Portability.h>
#if FOLLY_HAS_COROUTINES #if FOLLY_HAS_COROUTINES
#include <folly/executors/ManualExecutor.h> #include <folly/executors/ManualExecutor.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