From 86eb6ba2079259f410b1c559f900080ffeac12c8 Mon Sep 17 00:00:00 2001 From: Bruno Pitrus Date: Fri, 10 Mar 2023 19:27:38 +0000 Subject: [PATCH] Add missing header causing build error with GCC13 Bug: chromium:957519 Change-Id: I0146fdb18764b683b502e9804bce1c7b2ab05294 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296980 Reviewed-by: Harald Alvestrand Commit-Queue: Harald Alvestrand Auto-Submit: Bruno Pitrus Cr-Commit-Position: refs/heads/main@{#39536} --- rtc_base/third_party/base64/base64.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtc_base/third_party/base64/base64.h b/rtc_base/third_party/base64/base64.h index 4190a79dc0..5d42513323 100644 --- a/rtc_base/third_party/base64/base64.h +++ b/rtc_base/third_party/base64/base64.h @@ -12,6 +12,8 @@ #ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_ #define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_ +#include +#include #include #include