diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-02-24 23:46:41 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-02-24 23:46:41 +0000 |
commit | 42264240aaf8504615f76f8e6629245a1cf953bd (patch) | |
tree | efe2fca09f5e3f695309b0987453bf72b176ef44 /indra | |
parent | 289697fc5e32497559aebcb00ca26870da64877f (diff) |
Fix another build bogon
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; |