mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Fix non-jemalloc builds
This commit is contained in:
parent
9a43183eb3
commit
9ec1fd1ab7
@ -1,8 +1,8 @@
|
||||
#include "Common/ThreadPool.h"
|
||||
#include <Common/MemoryWorker.h>
|
||||
|
||||
#include <Common/Jemalloc.h>
|
||||
#include <Common/MemoryTracker.h>
|
||||
#include <Common/formatReadable.h>
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
@ -28,6 +28,8 @@ private:
|
||||
#else
|
||||
class MemoryWorker
|
||||
{
|
||||
public:
|
||||
explicit MemoryWorker(uint64_t /*period_ms_*/) {}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user