summarylogtreecommitdiffstats
path: root/mapnik-use-system-sparsehash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mapnik-use-system-sparsehash.patch')
-rw-r--r--mapnik-use-system-sparsehash.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mapnik-use-system-sparsehash.patch b/mapnik-use-system-sparsehash.patch
new file mode 100644
index 000000000000..647e304745e3
--- /dev/null
+++ b/mapnik-use-system-sparsehash.patch
@@ -0,0 +1,13 @@
+diff --git a/include/mapnik/palette.hpp b/include/mapnik/palette.hpp
+index 0a0216041..dda682020 100644
+--- a/include/mapnik/palette.hpp
++++ b/include/mapnik/palette.hpp
+@@ -34,7 +34,7 @@
+ MAPNIK_DISABLE_WARNING_PUSH
+ #include <mapnik/warning_ignore.hpp>
+ #ifdef USE_DENSE_HASH_MAP
+-#include <mapnik/sparsehash/dense_hash_map>
++#include <google/dense_hash_map>
+ using rgba_hash_table = google::dense_hash_map<unsigned int, unsigned char>;
+ #else
+ #include <unordered_map>