From 85bc62948b372f9dc99cfd8721b2934302669718 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 11 Jan 2011 17:47:49 +0000 Subject: [PATCH] Minor C++ include fixes --- DataStructures/ExtractorStructs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/ExtractorStructs.h b/DataStructures/ExtractorStructs.h index 6c7e0fc6a..5ee10fca1 100644 --- a/DataStructures/ExtractorStructs.h +++ b/DataStructures/ExtractorStructs.h @@ -44,7 +44,7 @@ or see http://www.gnu.org/licenses/agpl.txt. ferry 5 */ -typedef HashTable StringMap; +typedef google::dense_hash_map StringMap; std::string names[14] = { "motorway", "motorway_link", "trunk", "trunk_link", "primary", "primary_link", "secondary", "secondary_link", "tertiary", "unclassified", "residential", "living_street", "service", "ferry" }; double speeds[14] = { 110, 90, 90, 70, 70, 60, 60, 50, 55, 25, 40 , 10, 30, 5};