diff --git a/runtime/src/worker_thread.c b/runtime/src/worker_thread.c index 69f5a74..e727cbf 100644 --- a/runtime/src/worker_thread.c +++ b/runtime/src/worker_thread.c @@ -17,6 +17,7 @@ #include "panic.h" #include "runtime.h" #include "sandbox_functions.h" +#include "sandbox_set_as_runnable.h" #include "sandbox_set_as_error.h" #include "worker_thread.h"