summaryrefslogtreecommitdiff
blob: 87b07f109d2fdf1254b4ba9b20c619f25e6427dc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- utils/hashMap.hpp.old
+++ utils/hashMap.hpp
@@ -14,7 +14,7 @@
 //
 #if defined( __GNUC__ )
 
-#  if (__GNUC__ == 3)
+#  if (__GNUC__ >= 3)
 #    include <ext/hash_map>
 
 #    if (__GNUC_MINOR__ == 0)