summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-02-24 23:46:41 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2009-02-24 23:46:41 +0000
commit42264240aaf8504615f76f8e6629245a1cf953bd (patch)
treeefe2fca09f5e3f695309b0987453bf72b176ef44 /indra
parent289697fc5e32497559aebcb00ca26870da64877f (diff)
Fix another build bogon
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/stdtypes.h1
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;