Skip to content

Commit

Permalink
Make uthread Latch self contained
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanqiXu9 committed Aug 5, 2024
1 parent c30587b commit eb05f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions async_simple/uthread/Latch.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#include <type_traits>
#include "async_simple/Future.h"
#include "async_simple/Promise.h"
#include "async_simple/uthread/Await.h"

namespace async_simple {
namespace uthread {
Expand Down

0 comments on commit eb05f92

Please sign in to comment.