From d20ba38d6bf5676bfa475a7a769a992a9cd95248 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 22 Aug 2014 20:47:18 -0700 Subject: [PATCH] Fix Windows build. --- sourcepawn/compiler/amx.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sourcepawn/compiler/amx.h b/sourcepawn/compiler/amx.h index b8de039ad..7ed08dceb 100644 --- a/sourcepawn/compiler/amx.h +++ b/sourcepawn/compiler/amx.h @@ -34,8 +34,12 @@ #include #endif +#if defined HAVE_STDINT_H +# include +# include +#endif + #if defined __GNUC__ - #include #if !defined HAVE_STDINT_H #define HAVE_STDINT_H #endif