From 2bf62052147dca37572967dae87c176a76a29dbf Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Thu, 21 Aug 2003 07:05:49 +0000 Subject: [PATCH] Updated copyright info. [SVN r19718] --- include/boost/variant/detail/variant_io.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/variant/detail/variant_io.hpp b/include/boost/variant/detail/variant_io.hpp index 9e476ed..4aa653d 100644 --- a/include/boost/variant/detail/variant_io.hpp +++ b/include/boost/variant/detail/variant_io.hpp @@ -3,8 +3,8 @@ // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // -// Copyright (c) 2003 -// Eric Friedman +// Copyright (c) 2002-2003 +// Eric Friedman, Itay Maman // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, @@ -19,6 +19,8 @@ #include // for std::basic_ostream forward declare +#include "boost/variant/variant_fwd.hpp" + #include "boost/detail/templated_streams.hpp" #include "boost/variant/static_visitor.hpp"