$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85223 - branches/release/libs/flyweight/test
From: joaquin_at_[hidden]
Date: 2013-08-06 12:24:49
Author: joaquin
Date: 2013-08-06 12:24:49 EDT (Tue, 06 Aug 2013)
New Revision: 85223
URL: http://svn.boost.org/trac/boost/changeset/85223
Log:
merged [85208] from trunk
Text files modified: 
   branches/release/libs/flyweight/test/test_set_factory.cpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/release/libs/flyweight/test/test_set_factory.cpp
==============================================================================
--- branches/release/libs/flyweight/test/test_set_factory.cpp	Tue Aug  6 11:37:00 2013	(r85222)
+++ branches/release/libs/flyweight/test/test_set_factory.cpp	2013-08-06 12:24:49 EDT (Tue, 06 Aug 2013)	(r85223)
@@ -1,6 +1,6 @@
 /* Boost.Flyweight test of set_factory.
  *
- * Copyright 2006-2008 Joaquin M Lopez Munoz.
+ * Copyright 2006-2013 Joaquin M Lopez Munoz.
  * 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)
@@ -16,6 +16,7 @@
 #include <boost/flyweight/set_factory.hpp> 
 #include <boost/flyweight/simple_locking.hpp>
 #include <boost/flyweight/static_holder.hpp>
+#include <functional>
 #include "test_basic_template.hpp"
 
 using namespace boost::flyweights;