兼容opensuse系统编译

This commit is contained in:
648540858 2023-11-13 10:27:59 +08:00 committed by 夏楚
parent f6b6fe04cd
commit d2374cbd79
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "JemallocUtil.h"
#include "Util/logger.h"
#include <cstdint>
#ifdef USE_JEMALLOC
#include <array>
#include <iostream>

View File

@ -12,6 +12,7 @@
#define ZLMEDIAKIT_JEMALLOCUTIL_H
#include <functional>
#include <string>
#include <cstdint>
namespace mediakit {
class JemallocUtil {
public: