Chromium Code Reviews| Index: base/debug/leak_tracker.h |
| diff --git a/base/debug/leak_tracker.h b/base/debug/leak_tracker.h |
| index 8c5aaf31c2fc7d7c4e567576b0a1ad84c0b7a5c2..9dd1622939368fa18738806bd76f46aa2dad069c 100644 |
| --- a/base/debug/leak_tracker.h |
| +++ b/base/debug/leak_tracker.h |
| @@ -5,6 +5,8 @@ |
| #ifndef BASE_DEBUG_LEAK_TRACKER_H_ |
| #define BASE_DEBUG_LEAK_TRACKER_H_ |
| +#include <stddef.h> |
| + |
| #include "build/build_config.h" |
| // Only enable leak tracking in non-uClibc debug builds. |