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}
This commit is contained in:
Aaron Clauson
2021-03-14 15:37:35 +00:00
committed by Commit Bot
parent 128faf8a23
commit 5d6abbddf4
2 changed files with 2 additions and 0 deletions

View File

@ -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>