From 3e2a32dac34480f94a47695653dddc3aba3719aa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Jan 2004 22:19:09 +0000 Subject: [PATCH] stdint.h for int64_t --- stepmania/src/global.h | 4 ++++ 1 file changed, 4 insertions(+) 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