fix missing include

[SVN r37199]
This commit is contained in:
Joel de Guzman
2007-03-16 14:49:48 +00:00
parent 74724c32dd
commit 8f51212782

View File

@ -3,7 +3,7 @@
Copyright (c) 1999-2003 Jeremiah Willcock Copyright (c) 1999-2003 Jeremiah Willcock
Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2001-2006 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#if !defined(BOOST_IN_05042005_0120) #if !defined(BOOST_IN_05042005_0120)
@ -11,7 +11,7 @@
#include <istream> #include <istream>
#include <boost/fusion/sequence/io/detail/in.hpp> #include <boost/fusion/sequence/io/detail/in.hpp>
#include <boost/fusion/support/sequence_base.hpp> #include <boost/fusion/support/is_sequence.hpp>
namespace boost { namespace fusion namespace boost { namespace fusion
{ {
@ -22,7 +22,7 @@ namespace boost { namespace fusion
detail::read_sequence(is, seq); detail::read_sequence(is, seq);
return is; return is;
} }
namespace operators namespace operators
{ {
template <typename Sequence> template <typename Sequence>