https://github.com/archibate/co_async/blob/f342eedf6b8aa1d1d5a5c1cf0319fc1a46d28a5f/steps/step7.cpp#L231 https://github.com/archibate/co_async/blob/f342eedf6b8aa1d1d5a5c1cf0319fc1a46d28a5f/steps/step7.cpp#L246 ``` #include "co_async/rbtree.hpp" #include "co_async/debug.hpp" ``` RbTree这里我改成了co_async::RbTree, rbtree.hpp和debug.hpp都加了“co_async/”编译通过的 🍟Cheers!