diff options
-rw-r--r-- | chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h b/chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h index 183e6e0fb9a..5cc743a878c 100644 --- a/chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h +++ b/chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h @@ -23,6 +23,8 @@ #if defined(ADDRESS_SANITIZER) && !PERFETTO_BUILDFLAG(PERFETTO_OS_WIN) && \ !defined(ADDRESS_SANITIZER_WITHOUT_INSTRUMENTATION) +#include <sanitizer/common_interface_defs.h> + #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ if (buffer) { \ __sanitizer_annotate_contiguous_container(buffer, (buffer) + (capacity), \ |