diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/stdtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/stdtypes.h b/indra/llcommon/stdtypes.h index 6b25b2d355..af0b4dd4ed 100644 --- a/indra/llcommon/stdtypes.h +++ b/indra/llcommon/stdtypes.h @@ -33,6 +33,7 @@ #define LL_STDTYPES_H #include <cfloat> +#include <climits> typedef signed char S8; typedef unsigned char U8; |