Minor C++ include fixes

This commit is contained in:
Dennis Luxen 2011-01-11 17:47:49 +00:00
parent f663df87d4
commit 85bc62948b

View File

@ -44,7 +44,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
ferry 5
*/
typedef HashTable<std::string, NodeID> StringMap;
typedef google::dense_hash_map<std::string, NodeID> 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};