Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72069 - trunk/boost/spirit/home/classic/actor
From: blelbach_at_[hidden]
Date: 2011-05-22 03:48:38


Author: wash
Date: 2011-05-22 03:48:37 EDT (Sun, 22 May 2011)
New Revision: 72069
URL: http://svn.boost.org/trac/boost/changeset/72069

Log:
Add missing include.

Text files modified:
   trunk/boost/spirit/home/classic/actor/ref_value_actor.hpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/boost/spirit/home/classic/actor/ref_value_actor.hpp
==============================================================================
--- trunk/boost/spirit/home/classic/actor/ref_value_actor.hpp (original)
+++ trunk/boost/spirit/home/classic/actor/ref_value_actor.hpp 2011-05-22 03:48:37 EDT (Sun, 22 May 2011)
@@ -1,5 +1,6 @@
 /*=============================================================================
     Copyright (c) 2003 Jonathan de Halleux (dehalleux_at_[hidden])
+ Copyright (c) 2011 Bryce Lelbach
     http://spirit.sourceforge.net/
 
   Distributed under the Boost Software License, Version 1.0. (See accompanying
@@ -8,6 +9,8 @@
 #ifndef BOOST_SPIRIT_ACTOR_REF_VALUE_ACTOR_HPP
 #define BOOST_SPIRIT_ACTOR_REF_VALUE_ACTOR_HPP
 
+#include <boost/detail/workaround.hpp>
+
 #include <boost/spirit/home/classic/namespace.hpp>
 
 namespace boost { namespace spirit {


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