Fix compile error for enable_webrtc is off ( #3393 #3397)

This commit is contained in:
xiongguangjie
2024-03-22 20:41:14 +08:00
committed by GitHub
parent 5a137f8b8e
commit 12d9351666
2 changed files with 8 additions and 1 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;