Chromium Code Reviews| Index: sandbox/win/src/win_utils.cc |
| diff --git a/sandbox/win/src/win_utils.cc b/sandbox/win/src/win_utils.cc |
| index e09c680c700ab4ded195d5e5088f6f44e265a46b..3717a971c94f9b3afe0981b33ad23557f0da63d1 100644 |
| --- a/sandbox/win/src/win_utils.cc |
| +++ b/sandbox/win/src/win_utils.cc |
| @@ -4,8 +4,11 @@ |
| #include "sandbox/win/src/win_utils.h" |
| +#include <stddef.h> |
| + |
| #include <map> |
| +#include "base/macros.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "base/strings/string_util.h" |
| #include "base/win/pe_image.h" |