Changeset 672
- Timestamp:
- 03/24/08 09:03:05 (5 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
boost/property_tree/detail/ptree_implementation.hpp (modified) (1 diff)
-
include/mapnik/enumeration.hpp (modified) (1 diff)
-
include/mapnik/image_data.hpp (modified) (1 diff)
-
include/mapnik/quad_tree.hpp (modified) (1 diff)
-
include/mapnik/vertex_vector.hpp (modified) (1 diff)
-
plugins/input/shape/shapefile.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/boost/property_tree/detail/ptree_implementation.hpp
r603 r672 18 18 #include <functional> // for std::less 19 19 #include <memory> // for std::auto_ptr 20 #include <typeinfo> 20 21 #include <boost/assert.hpp> 21 22 #include <boost/static_assert.hpp> -
trunk/include/mapnik/enumeration.hpp
r603 r672 29 29 #include <bitset> 30 30 #include <iostream> 31 #include <cstdlib> 31 32 32 33 namespace mapnik { -
trunk/include/mapnik/image_data.hpp
r603 r672 28 28 #include <mapnik/octree.hpp> 29 29 #include <cassert> 30 #include <cstring> 30 31 31 32 // When using Sun's C++ compiler, use the `std` namespace to get memcpy, memset routines. -
trunk/include/mapnik/quad_tree.hpp
r547 r672 31 31 // stl 32 32 #include <vector> 33 #include <cstring> 33 34 34 35 namespace mapnik -
trunk/include/mapnik/vertex_vector.hpp
r547 r672 38 38 // stl 39 39 #include <vector> 40 #include <cstring> 40 41 41 42 namespace mapnik -
trunk/plugins/input/shape/shapefile.hpp
r628 r672 32 32 #include <boost/iostreams/device/file.hpp> 33 33 #include <boost/iostreams/device/mapped_file.hpp> 34 35 #include <cstring> 34 36 35 37 using mapnik::Envelope;
