commit | 5d6abbddf48ae7809ed9fd9f8f0e62ec6d526626 | [log] [tgz] |
---|---|---|
author | Aaron Clauson <aaron@sipsorcery.com> | Sun Mar 14 15:37:35 2021 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 25 09:57:00 2021 +0000 |
tree | 7f8a4acd90477f82f55b1d9f54b9a27ae80ce260 | |
parent | 128faf8a23e040eb0eb5ba87615c5382dc5401a5 [diff] [blame] |
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 <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33557}
diff --git a/modules/video_coding/decoding_state.h b/modules/video_coding/decoding_state.h index b87fb2d..ec97294 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 <cstdint> #include <map> #include <set> #include <vector>