summaryrefslogtreecommitdiff
path: root/chromium
diff options
context:
space:
mode:
authorKirill Burtsev <kirill.burtsev@qt.io>2019-12-09 16:23:58 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-30 11:22:53 +0100
commit7b005c5894f661a58bb3b8934fc154de3fd2a2cd (patch)
tree926413ba9768b91ce1806e1a95301f63d19a8c60 /chromium
parent38a05af6bd4a75b5eac50df772a8ddc6a78e61a1 (diff)
downloadqtwebengine-chromium-7b005c5894f661a58bb3b8934fc154de3fd2a2cd.tar.gz
third_party perfetto: add missing include for clang, asan and no_pch
Change-Id: If4350e3c8c62bbf7a2f263d80e8025a74d5995d0 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium')
-rw-r--r--chromium/third_party/perfetto/include/perfetto/ext/base/container_annotations.h2
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), \