修复Linux下编译问题

This commit is contained in:
ziyue 2020-12-06 22:36:44 +08:00
parent c0a4170086
commit 8b2fb0bc1f

View File

@ -9,6 +9,7 @@
*/
#include <sys/stat.h>
#include <math.h>
#include <signal.h>
#include <functional>
#include <unordered_map>
@ -28,6 +29,7 @@
#include "Player/PlayerProxy.h"
#include "Util/MD5.h"
#include "WebApi.h"
#include "WebHook.h"
#include "Thread/WorkThreadPool.h"
#include "Rtp/RtpSelector.h"
#include "FFmpegSource.h"