about summary refs log tree commit diff
path: root/pkgs/development/libraries/mapnik/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mapnik/include.patch')
-rw-r--r--pkgs/development/libraries/mapnik/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mapnik/include.patch b/pkgs/development/libraries/mapnik/include.patch
new file mode 100644
index 0000000000000..e13f4a43cbcb5
--- /dev/null
+++ b/pkgs/development/libraries/mapnik/include.patch
@@ -0,0 +1,11 @@
+diff --git a/benchmark/src/test_png_encoding2.cpp b/benchmark/src/test_png_encoding2.cpp
+index 19897d180..5791b139c 100644
+--- a/benchmark/src/test_png_encoding2.cpp
++++ b/benchmark/src/test_png_encoding2.cpp
+@@ -1,5 +1,6 @@
+ #include "bench_framework.hpp"
+ #include "compare_images.hpp"
++#include <memory>
+ 
+ class test : public benchmark::test_case
+ {