fix compile on linux by adding <cstdio> include - thx misterboo for report - closes #978
This commit is contained in:
parent
a4352a3162
commit
1b4b0e6eb0
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
// stl
|
||||
#include <vector>
|
||||
#include <cstdio>
|
||||
|
||||
namespace mapnik { namespace util {
|
||||
|
||||
|
|
Loading…
Reference in a new issue