Skip to content

Commit 556651d

Browse files
anlongfeilewissbaker
authored andcommitted
modify
1 parent 9cc5a32 commit 556651d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ includes = cake.path.join(env.expand('${CPPCORO}'), 'include', 'cppcoro', [
2020
'cancellation_registration.hpp',
2121
'cancellation_source.hpp',
2222
'cancellation_token.hpp',
23+
'task.hpp',
2324
'sequence_barrier.hpp',
2425
'sequence_traits.hpp',
2526
'single_producer_sequencer.hpp',
@@ -28,7 +29,6 @@ includes = cake.path.join(env.expand('${CPPCORO}'), 'include', 'cppcoro', [
2829
'single_consumer_event.hpp',
2930
'single_consumer_async_auto_reset_event.hpp',
3031
'sync_wait.hpp',
31-
'task.hpp',
3232
'io_service.hpp',
3333
'config.hpp',
3434
'on_scope_exit.hpp',

0 commit comments

Comments
 (0)