diff --git a/src/amount.h b/src/amount.h --- a/src/amount.h +++ b/src/amount.h @@ -12,6 +12,10 @@ #include #include +#ifdef __APPLE__ +#include +#endif + struct Amount { private: int64_t amount;