From 8f51212782eb702ba2d64f4b7a4a64864b29964c Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 16 Mar 2007 14:49:48 +0000 Subject: [PATCH] fix missing include [SVN r37199] --- include/boost/fusion/sequence/io/in.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/fusion/sequence/io/in.hpp b/include/boost/fusion/sequence/io/in.hpp index 5ce51ffb..039190eb 100644 --- a/include/boost/fusion/sequence/io/in.hpp +++ b/include/boost/fusion/sequence/io/in.hpp @@ -3,7 +3,7 @@ Copyright (c) 1999-2003 Jeremiah Willcock 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) ==============================================================================*/ #if !defined(BOOST_IN_05042005_0120) @@ -11,7 +11,7 @@ #include #include -#include +#include namespace boost { namespace fusion { @@ -22,7 +22,7 @@ namespace boost { namespace fusion detail::read_sequence(is, seq); return is; } - + namespace operators { template