add <limits> and fix compilation on linux/win
This commit is contained in:
parent
bc24a767d6
commit
1879c3d8d8
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue