Chromium Code Reviews| Index: base/memory_debug.cc |
| diff --git a/base/memory_debug.cc b/base/memory_debug.cc |
| index 7d048e65748a7731c574ed850590275cb465bd5b..bef1a5597eb15eb624c109c78791d571ed3bcc79 100644 |
| --- a/base/memory_debug.cc |
| +++ b/base/memory_debug.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <stddef.h> |
| + |
| #include "base/memory_debug.h" |
| #ifdef PURIFY |