add marcro define check for include file

This commit is contained in:
xiongguangjie 2024-03-21 09:31:44 +08:00
parent 42c2963d00
commit 52cb2247fb
1 changed files with 3 additions and 0 deletions

View File

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