Issue #2175 - Fix build bustage in WebRTC.

This commit is contained in:
Timothy Valldeperas 2023-03-26 01:13:01 -05:00 committed by roytam1
commit 1788589caa
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -13,6 +13,7 @@
#include <algorithm>
#include <vector>
#include <limits>
#include "webrtc/typedefs.h"