+ added <iostream> header

This commit is contained in:
Artem Pavlenko 2009-07-08 21:26:40 +00:00
parent 28e7b5bf14
commit 6e993fb388

View File

@ -30,6 +30,8 @@
#include <cairomm/surface.h>
#endif
#include <iostream>
namespace mapnik
{
Image32::Image32(int width,int height)