Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69909 - trunk/libs/geometry/example
From: barend.gehrels_at_[hidden]
Date: 2011-03-12 19:25:01


Author: barendgehrels
Date: 2011-03-12 19:24:58 EST (Sat, 12 Mar 2011)
New Revision: 69909
URL: http://svn.boost.org/trac/boost/changeset/69909

Log:
Fixed include parse after move in example c03
Text files modified:
   trunk/libs/geometry/example/c03_custom_linestring_example.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/geometry/example/c03_custom_linestring_example.cpp
==============================================================================
--- trunk/libs/geometry/example/c03_custom_linestring_example.cpp (original)
+++ trunk/libs/geometry/example/c03_custom_linestring_example.cpp 2011-03-12 19:24:58 EST (Sat, 12 Mar 2011)
@@ -18,7 +18,7 @@
 
 // To register the 'geographic' distance function to calculate distance over the earth:
 #include <boost/geometry/extensions/gis/geographic/strategies/andoyer.hpp>
-#include <boost/geometry/algorithms/parse.hpp>
+#include <boost/geometry/extensions/algorithms/parse.hpp>
 
 // Define a GPS point with coordinates in latitude/longitude and some additional values
 struct gps_point


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk