diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index f2c866263cf..97d68e6be39 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -1,5 +1,6 @@ #include "rust_internal.h" +#include "rust_cc.h" #include "valgrind.h" #include "memcheck.h" @@ -75,7 +76,8 @@ rust_task::rust_task(rust_scheduler *sched, rust_task_list *state, failed(false), killed(false), propagate_failure(true), - dynastack(this) + dynastack(this), + cc_counter(0) { LOGPTR(sched, "new task", (uintptr_t)this); DLOG(sched, task, "sizeof(task) = %d (0x%x)", sizeof *this, sizeof *this); |
