| Index: components/metrics/leak_detector/call_stack_manager.h
|
| diff --git a/components/metrics/leak_detector/call_stack_manager.h b/components/metrics/leak_detector/call_stack_manager.h
|
| index 6ea7d3c418c9b22d62b5920d320547f643662ed1..a411bcab8d960793843b57edea8717212d168a97 100644
|
| --- a/components/metrics/leak_detector/call_stack_manager.h
|
| +++ b/components/metrics/leak_detector/call_stack_manager.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_MANAGER_H_
|
| #define COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_MANAGER_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/containers/hash_tables.h"
|
|
|