fix compile on windows by including round() from global.hpp

This commit is contained in:
Dane Springmeyer 2012-02-23 11:46:53 -08:00
parent 2d1f2d19cc
commit 6db1ba176b

View file

@ -3,7 +3,7 @@
#include <mapnik/geometry.hpp>
#include <mapnik/ctrans.hpp>
#include <mapnik/label_collision_detector.hpp>
#include <mapnik/global.hpp> //round
// agg
#include "agg_basics.h"