add header needed for fopen on linux in jpeg_reader.cpp

This commit is contained in:
Dane Springmeyer 2010-06-03 22:43:25 +00:00
parent 8bf2b2cd81
commit 1b4f034ee5

View file

@ -32,11 +32,13 @@ extern "C"
#include <jpeglib.h>
}
// mapnik
// boost
#include <boost/scoped_array.hpp>
#include <boost/utility.hpp>
// stl
#include <stdio.h>
#ifdef MAPNIK_DEBUG
#include <iostream>
#endif