$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ahd6974-boostorg_at_[hidden]
Date: 2008-01-23 16:46:58
Author: andreas_huber69
Date: 2008-01-23 16:46:58 EST (Wed, 23 Jan 2008)
New Revision: 42934
URL: http://svn.boost.org/trac/boost/changeset/42934
Log:
Fixes #1594
Text files modified:
trunk/libs/statechart/example/Performance/Performance.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/statechart/example/Performance/Performance.cpp
==============================================================================
--- trunk/libs/statechart/example/Performance/Performance.cpp (original)
+++ trunk/libs/statechart/example/Performance/Performance.cpp 2008-01-23 16:46:58 EST (Wed, 23 Jan 2008)
@@ -62,6 +62,7 @@
#include <iostream>
#include <fstream>
#include <iomanip>
+#include <ios>
#include <string>
#include <algorithm>