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