From 49d86d6e0495fb2e8528879165314025701142cc Mon Sep 17 00:00:00 2001 From: tianpingan Date: Fri, 27 Oct 2023 02:09:44 +0000 Subject: [PATCH] fix(co): include the header file --- include/co_context/co/when_any.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/co_context/co/when_any.hpp b/include/co_context/co/when_any.hpp index d85957b..7cc7b25 100644 --- a/include/co_context/co/when_any.hpp +++ b/include/co_context/co/when_any.hpp @@ -14,6 +14,7 @@ #include #include #include +#include namespace co_context {