mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
add header needed for fopen on linux in jpeg_reader.cpp
This commit is contained in:
parent
8bf2b2cd81
commit
1b4f034ee5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user