Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75869 - trunk/libs/geometry/example_extensions/gis/latlong
From: mateusz_at_[hidden]
Date: 2011-12-08 18:36:53


Author: mloskot
Date: 2011-12-08 18:36:52 EST (Thu, 08 Dec 2011)
New Revision: 75869
URL: http://svn.boost.org/trac/boost/changeset/75869

Log:
[geometry] Updated path in #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
Text files modified:
   trunk/libs/geometry/example_extensions/gis/latlong/point_ll_example.cpp | 5 +----
   1 files changed, 1 insertions(+), 4 deletions(-)

Modified: trunk/libs/geometry/example_extensions/gis/latlong/point_ll_example.cpp
==============================================================================
--- trunk/libs/geometry/example_extensions/gis/latlong/point_ll_example.cpp (original)
+++ trunk/libs/geometry/example_extensions/gis/latlong/point_ll_example.cpp 2011-12-08 18:36:52 EST (Thu, 08 Dec 2011)
@@ -12,10 +12,7 @@
 #include <iomanip>
 
 #include <boost/geometry/geometry.hpp>
-
-
-#include <boost/geometry/algorithms/parse.hpp>
-
+#include <boost/geometry/extensions/algorithms/parse.hpp>
 #include <boost/geometry/extensions/gis/latlong/latlong.hpp>
 
 // Formula to get the course (direction) between two points.


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