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