mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
17 lines
274 B
C++
17 lines
274 B
C++
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include <jemalloc/jemalloc_defs.h>
|
||
|
#include <jemalloc/jemalloc_rename.h>
|
||
|
#include <jemalloc/jemalloc_macros.h>
|
||
|
#include <jemalloc/jemalloc_protos.h>
|
||
|
#include <jemalloc/jemalloc_typedefs.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|