Moved wkt (used in nearly all tests) from extension to domains tree for release

[SVN r69906]
This commit is contained in:
Barend Gehrels
2011-03-12 23:53:18 +00:00
parent 0fc4cf96fb
commit c1b1b4a6c7
135 changed files with 353 additions and 290 deletions

View File

@@ -13,7 +13,7 @@
#include <iostream>
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/extensions/gis/io/wkt/wkt.hpp>
#include <boost/geometry/domains/gis/io/wkt/wkt.hpp>
#include <boost/geometry/geometries/adapted/std_as_linestring.hpp> /*< Adapts std::vector to linestring concept >*/
#include <boost/foreach.hpp>