c++ style include

This commit is contained in:
Dane Springmeyer 2011-11-08 10:34:00 -08:00
parent 07a4135651
commit 9e037920e0

View file

@ -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>