From 5d6abbddf48ae7809ed9fd9f8f0e62ec6d526626 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Sun, 14 Mar 2021 15:37:35 +0000 Subject: [PATCH] Adds missing header to fix compilation error when compiling with use_custom_libcxx set to false. Fixed: webrtc:12584 Change-Id: I8830095f887e7ee8887bc37106da847b60c1e996 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/211762 Reviewed-by: Harald Alvestrand Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#33557} --- AUTHORS | 1 + modules/video_coding/decoding_state.h | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 6146665239..64488bfc62 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ # Please keep the list sorted. # BEGIN individuals section. +Aaron Clauson Adam Fedor Akshay Shah Alexander Brauckmann diff --git a/modules/video_coding/decoding_state.h b/modules/video_coding/decoding_state.h index b87fb2d034..ec972949d8 100644 --- a/modules/video_coding/decoding_state.h +++ b/modules/video_coding/decoding_state.h @@ -11,6 +11,7 @@ #ifndef MODULES_VIDEO_CODING_DECODING_STATE_H_ #define MODULES_VIDEO_CODING_DECODING_STATE_H_ +#include #include #include #include