summaryrefslogtreecommitdiff
blob: 73310a13827356c7dcf6de07f8cd2fb01c3e375c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- utils/hashMap.hpp.old	2006-05-21 13:46:38.000000000 +0200
+++ utils/hashMap.hpp	2006-05-21 13:47:22.000000000 +0200
@@ -14,7 +14,7 @@
 //
 #if defined( __GNUC__ )
 
-#  if (__GNUC__ == 3)
+#  if (__GNUC__ >= 3)
 #    include <ext/hash_map>
 
 #    if (__GNUC_MINOR__ == 0)