| Index: sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| diff --git a/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| index 999d76bb21a8004ec25a7a7205454268f2813f0d..b5016009d60ac38b256968801497fc168f669def 100644
|
| --- a/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| +++ b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "sandbox/win/src/sidestep/preamble_patcher.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "sandbox/win/src/sandbox_nt_util.h"
|
| #include "sandbox/win/src/sidestep/mini_disassembler.h"
|
|
|
|
|