boost/filesystem.hpp is not in boost 1.33.1

reverted to <boost/filesystem/operations.hpp>
This commit is contained in:
Artem Pavlenko 2006-12-30 21:48:15 +00:00
parent 6aa5401151
commit 4772a16eb6

View File

@ -23,7 +23,7 @@
//$Id: tiff_reader.cpp 17 2005-03-08 23:58:43Z pavlenko $
// stl
#include <iostream>
#include <boost/filesystem.hpp>
#include "boost/filesystem/operations.hpp"
// mapnik
#include <mapnik/image_reader.hpp>