From 17a6801d572345cee1ef062b10b4e3a2cf934cb8 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sat, 2 Apr 2011 14:27:38 +0000 Subject: [PATCH] Small fixes for examples/extensions [SVN r70855] --- include/boost/geometry/algorithms/centroid.hpp | 1 + include/boost/geometry/extensions/algorithms/parse.hpp | 2 +- .../extensions/gis/geographic/strategies/dms_parser.hpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/centroid.hpp b/include/boost/geometry/algorithms/centroid.hpp index a9f5592e7..a400e2e0b 100644 --- a/include/boost/geometry/algorithms/centroid.hpp +++ b/include/boost/geometry/algorithms/centroid.hpp @@ -36,6 +36,7 @@ #include #include +#include diff --git a/include/boost/geometry/extensions/algorithms/parse.hpp b/include/boost/geometry/extensions/algorithms/parse.hpp index 47bd7b50b..12142722d 100644 --- a/include/boost/geometry/extensions/algorithms/parse.hpp +++ b/include/boost/geometry/extensions/algorithms/parse.hpp @@ -18,11 +18,11 @@ #include -#include #include #include +#include namespace boost { namespace geometry diff --git a/include/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp b/include/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp index 118d65156..2d4878989 100644 --- a/include/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp +++ b/include/boost/geometry/extensions/gis/geographic/strategies/dms_parser.hpp @@ -42,7 +42,7 @@ #include #include -#include +#include #include