add header needed for fopen on linux in jpeg_reader.cpp
This commit is contained in:
parent
8bf2b2cd81
commit
1b4f034ee5
1 changed files with 4 additions and 2 deletions
|
@ -32,11 +32,13 @@ extern "C"
|
||||||
#include <jpeglib.h>
|
#include <jpeglib.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
// mapnik
|
// boost
|
||||||
|
|
||||||
#include <boost/scoped_array.hpp>
|
#include <boost/scoped_array.hpp>
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
|
|
||||||
|
// stl
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef MAPNIK_DEBUG
|
#ifdef MAPNIK_DEBUG
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue