Skip to content

Commit 48c90f1

Browse files
authored
Merge pull request #1622 from ericniebler/add-missing-include-chrono
timed_scheduler.hpp needs to #include <chrono> for system_clock
2 parents 4669060 + 3b601c1 commit 48c90f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/exec/timed_scheduler.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include "../stdexec/execution.hpp"
2020

21+
#include <chrono>
22+
2123
namespace exec {
2224
namespace __now {
2325
using namespace stdexec;

0 commit comments

Comments
 (0)