c++ style include
This commit is contained in:
parent
f4d252ceb6
commit
9b3c5b3e03
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ extern "C"
|
|||
#include <boost/scoped_array.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
// stl
|
||||
#include <stdio.h>
|
||||
// std
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef MAPNIK_DEBUG
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in a new issue