From 42264240aaf8504615f76f8e6629245a1cf953bd Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@lindenlab.com>
Date: Tue, 24 Feb 2009 23:46:41 +0000
Subject: [PATCH] Fix another build bogon

---
 indra/llcommon/stdtypes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcommon/stdtypes.h b/indra/llcommon/stdtypes.h
index 6b25b2d355d..af0b4dd4ede 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;
-- 
GitLab