| Index: sandbox/win/src/crosscall_client.h
|
| diff --git a/sandbox/win/src/crosscall_client.h b/sandbox/win/src/crosscall_client.h
|
| index 777bab7452b4908abfe1dc871e686e85b50c24f2..60ff2437a070fee143c1415a075ca162ef8fbe1e 100644
|
| --- a/sandbox/win/src/crosscall_client.h
|
| +++ b/sandbox/win/src/crosscall_client.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef SANDBOX_SRC_CROSSCALL_CLIENT_H_
|
| #define SANDBOX_SRC_CROSSCALL_CLIENT_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "sandbox/win/src/crosscall_params.h"
|
| #include "sandbox/win/src/sandbox.h"
|
|
|
|
|