commit | 0c2964fc2e78e35c5faecac817d4b79a1312f67e | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Sep 21 14:22:02 2021 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Sep 21 14:22:02 2021 +0100 |
tree | 39646cec9f94756d442946586ae7429e041a6c18 | |
parent | ad3da2777b622cdeecc03e54e9111ed1430946d9 [diff] |
profiling: fix size_t being hidden Change-Id: I30e4894689bff5caf4dde5dd81666162ecb934a3
diff --git a/src/profiling/symbolizer/elf.h b/src/profiling/symbolizer/elf.h index 6b89076..de03612 100644 --- a/src/profiling/symbolizer/elf.h +++ b/src/profiling/symbolizer/elf.h
@@ -17,6 +17,7 @@ #ifndef SRC_PROFILING_SYMBOLIZER_ELF_H_ #define SRC_PROFILING_SYMBOLIZER_ELF_H_ +#include <stddef.h> #include <cinttypes> #include "perfetto/base/build_config.h"