diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llhash.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llhash.h b/linden/indra/llcommon/llhash.h index 716d9df..e259a11 100644 --- a/linden/indra/llcommon/llhash.h +++ b/linden/indra/llcommon/llhash.h | |||
@@ -38,7 +38,9 @@ | |||
38 | #include <hash_map> | 38 | #include <hash_map> |
39 | #include <algorithm> | 39 | #include <algorithm> |
40 | #elif LL_DARWIN || LL_LINUX | 40 | #elif LL_DARWIN || LL_LINUX |
41 | # if GCC_VERSION >= 30400 // gcc 3.4 and up | 41 | # if GCC_VERSION >= 40300 // gcc 4.3 and up |
42 | # include <backward/hashtable.h> | ||
43 | # elif GCC_VERSION >= 30400 // gcc 3.4 and up | ||
42 | # include <ext/hashtable.h> | 44 | # include <ext/hashtable.h> |
43 | # elif __GNUC__ >= 3 | 45 | # elif __GNUC__ >= 3 |
44 | # include <ext/stl_hashtable.h> | 46 | # include <ext/stl_hashtable.h> |