diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/llhash.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
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> |