Commit 2242f7ec by wxf

修正 CentOS 6 下使用 devtoolset 8 编译问题

使用 inttypes.h 提供的 PRIu64 需要定义 __STDC_FORMAT_MACROS,
而 cinttypes 会定义该宏.

https://stackoverflow.com/a/8132440/5218590
parent af644650
......@@ -9,7 +9,7 @@
*/
#include <cstdlib>
#include <inttypes.h>
#include <cinttypes>
#include "HlsParser.h"
#include "Util/util.h"
#include "Common/Parser.h"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论