$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82468 - trunk/boost/geometry/algorithms
From: bruno.lalande_at_[hidden]
Date: 2013-01-12 15:59:43
Author: bruno.lalande
Date: 2013-01-12 15:59:42 EST (Sat, 12 Jan 2013)
New Revision: 82468
URL: http://svn.boost.org/trac/boost/changeset/82468
Log:
Small fix - missing header.
Text files modified: 
   trunk/boost/geometry/algorithms/area.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/geometry/algorithms/area.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/area.hpp	(original)
+++ trunk/boost/geometry/algorithms/area.hpp	2013-01-12 15:59:42 EST (Sat, 12 Jan 2013)
@@ -20,6 +20,7 @@
 #include <boost/range/metafunctions.hpp>
 #include <boost/variant/static_visitor.hpp>
 #include <boost/variant/apply_visitor.hpp>
+#include <boost/variant/variant_fwd.hpp>
 
 #include <boost/geometry/core/closure.hpp>
 #include <boost/geometry/core/exterior_ring.hpp>