mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Fix build errors on GCC w/ libstdc++ 13.2.1 missing cstdint
Bug: webrtc:15870 Change-Id: Id91f6d603c777312eda6d3bc9f03c78109737372 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/343000 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42150}
This commit is contained in:
parent
81f09d3db8
commit
454d65196e
2 changed files with 2 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -129,6 +129,7 @@ Trevor Hayes <trevor.axiom@gmail.com>
|
|||
Uladzislau Susha <landby@gmail.com>
|
||||
Vicken Simonian <vsimon@gmail.com>
|
||||
Victor Costan <costan@gmail.com>
|
||||
Vinzenz Feenstra <evilissimo@gmail.com>
|
||||
Vladimir Beloborodov <VladimirTechMan@gmail.com>
|
||||
Xiaohong Xu <freemine@yeah.net>
|
||||
Xiaolei Yu <dreifachstein@gmail.com>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#ifndef TEST_RTP_FILE_READER_H_
|
||||
#define TEST_RTP_FILE_READER_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue