This commit is contained in:
aozhiwei 2023-11-03 19:06:30 +08:00
parent 0b0158805f
commit 7fb9c90832
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,4 @@
#ifdef USE_BOOST
#include <a8/a8.h>
#include <a8/awaiter.h>
#include <a8/promise.h>
@ -7,8 +8,6 @@
#include <f8/comgr.h>
#include <f8/timer.h>
#ifdef USE_BOOST
class TimerPromise : public a8::Promise
{
public:

View File

@ -1,9 +1,7 @@
#pragma once
#include <a8/awaiter.h>
#ifdef USE_BOOST
#include <a8/awaiter.h>
#include <boost/coroutine2/all.hpp>
namespace f8