diff --git a/include/dusk/time.h b/include/dusk/time.h index 48dbe4c9ed..ead946188b 100644 --- a/include/dusk/time.h +++ b/include/dusk/time.h @@ -19,6 +19,9 @@ #endif #ifdef __APPLE__ #include +#if defined(__x86_64__) || defined(__i386__) +#include +#endif #endif class Limiter {