mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-13 05:27:50 +08:00
src/Record/Recorder.h 引入 <cstdint> 头文件 (#4374)
CMake 构建编译报错,需要在 `src/Record/Recorder.h` 中引入 `<cstdint>` 头文件。
This commit is contained in:
parent
5d9ced2cf3
commit
ba877759da
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace mediakit {
|
namespace mediakit {
|
||||||
class MediaSinkInterface;
|
class MediaSinkInterface;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user