diff options
Diffstat (limited to 'coroutine/arm32/Context.h')
-rw-r--r-- | coroutine/arm32/Context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coroutine/arm32/Context.h b/coroutine/arm32/Context.h index e29fe1bb63..8bba8f6376 100644 --- a/coroutine/arm32/Context.h +++ b/coroutine/arm32/Context.h @@ -8,6 +8,8 @@ #pragma once #include <assert.h> +#include <stddef.h> +#include <stdint.h> #include <string.h> #define COROUTINE __attribute__((noreturn)) void |