diff --git a/stepmania/src/global.h b/stepmania/src/global.h index 0dd98b3456..5bc4c02453 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -39,6 +39,10 @@ /* And vector: */ #include +#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */ +#include +#endif + #if defined(NEED_MINMAX_TEMPLATES) /* Some old s don't actually define min and max. */ template