fix compile on linux by adding <cstdio> include - thx misterboo for report - closes #978

This commit is contained in:
Dane Springmeyer 2011-12-03 13:50:26 -08:00
parent 9d4290f686
commit fde9d9c0b7

View file

@ -35,6 +35,7 @@
#include <boost/foreach.hpp>
// stl
#include <vector>
#include <cstdio>
namespace mapnik { namespace util {