fix compile error for enable_webrtc is off

This commit is contained in:
xiongguangjie 2024-03-21 00:14:30 +08:00
parent 5a137f8b8e
commit 42c2963d00
1 changed files with 3 additions and 0 deletions

View File

@ -17,7 +17,10 @@
#include "Http/HttpClient.h"
#include "Rtsp/RtspSession.h"
#ifdef ENABLE_WEBRTC
#include "webrtc/WebRtcTransport.h"
#endif
using namespace toolkit;
using namespace mediakit;