fix(log): re-add missing include <mach/mach_time.h>

This commit is contained in:
phaneron 2025-04-14 03:47:53 -04:00
parent 1fa8a1e82b
commit cf1e4e63ef

View file

@ -12,9 +12,11 @@
#include <algorithm>
#if defined(WHOA_SYSTEM_MAC) || defined(WHOA_SYSTEM_LINUX)
#include <sys/time.h>
#endif
#if defined(WHOA_SYSTEM_MAC)
#include <mach/mach_time.h>
#endif
#define STORM_LOG_MAX_CHANNELS 4