mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(log): re-add missing include <mach/mach_time.h>
This commit is contained in:
parent
1fa8a1e82b
commit
cf1e4e63ef
1 changed files with 3 additions and 1 deletions
|
|
@ -12,9 +12,11 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if defined(WHOA_SYSTEM_MAC) || defined(WHOA_SYSTEM_LINUX)
|
#if defined(WHOA_SYSTEM_MAC) || defined(WHOA_SYSTEM_LINUX)
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(WHOA_SYSTEM_MAC)
|
||||||
|
#include <mach/mach_time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STORM_LOG_MAX_CHANNELS 4
|
#define STORM_LOG_MAX_CHANNELS 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue