diff options
Diffstat (limited to 'chromium/base/debug')
-rw-r--r-- | chromium/base/debug/profiler.h | 1 | ||||
-rw-r--r-- | chromium/base/debug/stack_trace.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chromium/base/debug/profiler.h b/chromium/base/debug/profiler.h index 1229e06234c..be6e272e021 100644 --- a/chromium/base/debug/profiler.h +++ b/chromium/base/debug/profiler.h @@ -6,6 +6,7 @@ #define BASE_DEBUG_PROFILER_H_ #include <stddef.h> +#include <cstdint> #include <string> diff --git a/chromium/base/debug/stack_trace.h b/chromium/base/debug/stack_trace.h index b8d64870664..052e130f567 100644 --- a/chromium/base/debug/stack_trace.h +++ b/chromium/base/debug/stack_trace.h @@ -7,6 +7,7 @@ #include <stddef.h> +#include <cstdint> #include <iosfwd> #include <string> |