Chromium Code Reviews| Index: sandbox/win/src/resolver_64.cc |
| diff --git a/sandbox/win/src/resolver_64.cc b/sandbox/win/src/resolver_64.cc |
| index f1f135ea60eaf83e8829cbd18e2eb50f81ec1bbd..6a99735444103a95484f4b079f4f0831299dd97c 100644 |
| --- a/sandbox/win/src/resolver_64.cc |
| +++ b/sandbox/win/src/resolver_64.cc |
| @@ -4,6 +4,8 @@ |
| #include "sandbox/win/src/resolver.h" |
| +#include <stddef.h> |
| + |
| // For placement new. This file must not depend on the CRT at runtime, but |
| // placement operator new is inline. |
| #include <new> |