--- ogr/ogrsf_frmts/geojson/ogrgeojsonlayer.cpp.orig 2008-02-14 02:43:16.000000000 +0200 +++ ogr/ogrsf_frmts/geojson/ogrgeojsonlayer.cpp 2008-02-14 13:21:22.000000000 +0200 @@ -26,10 +26,11 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. ****************************************************************************/ +#include // for_each, find_if + #include "ogr_geojson.h" #include "ogrgeojsonwriter.h" #include // JSON-C -#include // for_each, find_if /************************************************************************/ /* STATIC MEMBERS DEFINITION */