add <limits> and fix compilation on linux/win

This commit is contained in:
artemp 2016-06-20 12:51:26 +01:00
parent bc24a767d6
commit 1879c3d8d8

View file

@ -26,7 +26,8 @@
// mapnik // mapnik
#include <mapnik/config.hpp> #include <mapnik/config.hpp>
#include <mapnik/geometry.hpp> #include <mapnik/geometry.hpp>
// stl
#include <limits>
// agg // agg
// forward declare so that apps using mapnik do not need agg headers // forward declare so that apps using mapnik do not need agg headers
namespace agg { namespace agg {