1commit c1cea9e10ffec54d0f675478e541ee4a6e87f653
2Author: Tom Hughes <tom@compton.nu>
3Date: Wed Jun 5 18:45:57 2013 +0100
4
5 Use system sparsehash
6
7diff --git a/include/mapnik/palette.hpp b/include/mapnik/palette.hpp
8index 5f96272..44d06aa 100644
9--- a/include/mapnik/palette.hpp
10+++ b/include/mapnik/palette.hpp
11@@ -33,7 +33,7 @@
12 #pragma GCC diagnostic push
13 #include <mapnik/warning_ignore.hpp>
14 #ifdef USE_DENSE_HASH_MAP
15-#include <mapnik/sparsehash/dense_hash_map>
16+#include <google/dense_hash_map>
17 using rgba_hash_table = google::dense_hash_map<unsigned int, unsigned char>;
18 #else
19 #include <unordered_map>