Index: webrtc/rtc_base/sanitizer.h |
diff --git a/webrtc/rtc_base/sanitizer.h b/webrtc/rtc_base/sanitizer.h |
index 49dc670fd1efc604c74e737f4af9240f727906f5..73099ac6fa5cdb6b113fb4d63e01bf251e670ab6 100644 |
--- a/webrtc/rtc_base/sanitizer.h |
+++ b/webrtc/rtc_base/sanitizer.h |
@@ -11,6 +11,8 @@ |
#ifndef WEBRTC_RTC_BASE_SANITIZER_H_ |
#define WEBRTC_RTC_BASE_SANITIZER_H_ |
+#include <stddef.h> // for size_t |
+ |
#if defined(__has_feature) |
#if __has_feature(address_sanitizer) |
#define RTC_HAS_ASAN 1 |