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:

committed by
Commit Bot

parent
128faf8a23
commit
5d6abbddf4
1
AUTHORS
1
AUTHORS
@ -11,6 +11,7 @@
|
|||||||
# Please keep the list sorted.
|
# Please keep the list sorted.
|
||||||
|
|
||||||
# BEGIN individuals section.
|
# BEGIN individuals section.
|
||||||
|
Aaron Clauson <aaron@sipsorcery.com>
|
||||||
Adam Fedor <adam.fedor@gmail.com>
|
Adam Fedor <adam.fedor@gmail.com>
|
||||||
Akshay Shah <meetakshay99@gmail.com>
|
Akshay Shah <meetakshay99@gmail.com>
|
||||||
Alexander Brauckmann <a.brauckmann@gmail.com>
|
Alexander Brauckmann <a.brauckmann@gmail.com>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#ifndef MODULES_VIDEO_CODING_DECODING_STATE_H_
|
#ifndef MODULES_VIDEO_CODING_DECODING_STATE_H_
|
||||||
#define MODULES_VIDEO_CODING_DECODING_STATE_H_
|
#define MODULES_VIDEO_CODING_DECODING_STATE_H_
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
Reference in New Issue
Block a user