mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
8 lines
115 B
C++
8 lines
115 B
C++
#pragma once
|
|
|
|
#include <time.h>
|
|
|
|
#if defined (OS_DARWIN)
|
|
# define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC
|
|
#endif
|