From a016dbe2c7b1dd324ef01650364124128fdba624 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 6 Dec 2011 16:57:34 -0800 Subject: [PATCH] include to std::memcpy on linux - refs #76 and closes #987 --- include/mapnik/vertex_vector.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mapnik/vertex_vector.hpp b/include/mapnik/vertex_vector.hpp index 95d742538..9e95e1eb7 100644 --- a/include/mapnik/vertex_vector.hpp +++ b/include/mapnik/vertex_vector.hpp @@ -34,6 +34,8 @@ #include #include +#include // required for memcpy with linux/g++ + namespace mapnik {