include <cstring> to std::memcpy on linux - refs #76 and closes #987

This commit is contained in:
Dane Springmeyer 2011-12-06 16:57:34 -08:00
parent 1190f3003d
commit a016dbe2c7

View file

@ -34,6 +34,8 @@
#include <boost/utility.hpp>
#include <boost/tuple/tuple.hpp>
#include <cstring> // required for memcpy with linux/g++
namespace mapnik
{