summaryrefslogtreecommitdiff
path: root/www/logtools/files/patch-ac
blob: 96ca9b3dd995621267c11c97e86921e4c1e40abe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- clfdomainsplit.cpp.orig	Mon Jun  9 10:56:27 2003
+++ clfdomainsplit.cpp	Mon Jun  9 10:56:47 2003
@@ -1,10 +1,6 @@
 #include <stdio.h>
 
-#if (__GNUC__ >= 3)
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
+#include <hash_map.h>
 
 #include <unistd.h>
 #include <string>