$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ahd6974-boostorg_at_[hidden]
Date: 2008-01-27 16:53:00
Author: andreas_huber69
Date: 2008-01-27 16:52:59 EST (Sun, 27 Jan 2008)
New Revision: 42993
URL: http://svn.boost.org/trac/boost/changeset/42993
Log:
Merged fix for #1594 from trunk to release branch.
Text files modified: 
   branches/release/libs/statechart/example/Performance/Performance.cpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/release/libs/statechart/example/Performance/Performance.cpp
==============================================================================
--- branches/release/libs/statechart/example/Performance/Performance.cpp	(original)
+++ branches/release/libs/statechart/example/Performance/Performance.cpp	2008-01-27 16:52:59 EST (Sun, 27 Jan 2008)
@@ -1,5 +1,5 @@
 //////////////////////////////////////////////////////////////////////////////
-// Copyright 2005-2006 Andreas Huber Doenni
+// Copyright 2005-2008 Andreas Huber Doenni
 // Distributed under the Boost Software License, Version 1.0. (See accompany-
 // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //////////////////////////////////////////////////////////////////////////////
@@ -62,6 +62,7 @@
 #include <iostream>
 #include <fstream>
 #include <iomanip>
+#include <ios>
 #include <string>
 #include <algorithm>