Fix build on macOS 10.10 Yosemite

This commit is contained in:
Mahmoud Al-Qudsi 2022-09-22 14:00:58 -05:00
parent 09685c3682
commit 42e177dc1b

View file

@ -8,6 +8,10 @@
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
#ifdef __APPLE__
// This include is required on macOS 10.10 for locale_t
#include <xlocale.h>
#endif
#include <ctime>
#include <functional>