mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
兼容opensuse系统编译
This commit is contained in:
parent
f6b6fe04cd
commit
d2374cbd79
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include "JemallocUtil.h"
|
#include "JemallocUtil.h"
|
||||||
#include "Util/logger.h"
|
#include "Util/logger.h"
|
||||||
|
#include <cstdint>
|
||||||
#ifdef USE_JEMALLOC
|
#ifdef USE_JEMALLOC
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#define ZLMEDIAKIT_JEMALLOCUTIL_H
|
#define ZLMEDIAKIT_JEMALLOCUTIL_H
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
namespace mediakit {
|
namespace mediakit {
|
||||||
class JemallocUtil {
|
class JemallocUtil {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user