| Index: components/metrics/leak_detector/call_stack_table.h
|
| diff --git a/components/metrics/leak_detector/call_stack_table.h b/components/metrics/leak_detector/call_stack_table.h
|
| index 8772e317cbd51d6d1830606cc249e324252053fc..08503b3ff7d407f66f024e5af2450ebb0fb990c0 100644
|
| --- a/components/metrics/leak_detector/call_stack_table.h
|
| +++ b/components/metrics/leak_detector/call_stack_table.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_TABLE_H_
|
| #define COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_TABLE_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <functional> // For std::equal_to.
|
|
|