mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
fix: 修复在vs2017环境编译报错的问题
1. 代码中的std::min需要包含此头文件, 不然在vs2017(社区版)环境下编译报错
This commit is contained in:
parent
81aef25583
commit
a34d57e1f2
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "AACRtp.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace mediakit{
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user