include <cstdint> - fixes msvs compile - refs #2396

This commit is contained in:
Dane Springmeyer 2014-08-28 18:51:27 -07:00
parent 37f4c574f3
commit 324fb11f66

View file

@ -34,6 +34,7 @@
// stl
#include <tuple>
#include <cstring> // required for memcpy with linux/g++
#include <cstdint>
namespace mapnik
{