mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #2175 - Fix build bustage in WebRTC.
This commit is contained in:
parent
dd2697172e
commit
1788589caa
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include "transportflow.h"
|
||||
#include "AudioPacketizer.h"
|
||||
#include "StreamTracks.h"
|
||||
#include "webrtc/base/basictypes.h"
|
||||
|
||||
#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <limits>
|
||||
|
||||
#include "webrtc/typedefs.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue