|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85208 - trunk/libs/flyweight/test
From: joaquin_at_[hidden]
Date: 2013-08-04 10:40:24
Author: joaquin
Date: 2013-08-04 10:40:24 EDT (Sun, 04 Aug 2013)
New Revision: 85208
URL: http://svn.boost.org/trac/boost/changeset/85208
Log:
added missing #include
Text files modified:
trunk/libs/flyweight/test/test_set_factory.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/flyweight/test/test_set_factory.cpp
==============================================================================
--- trunk/libs/flyweight/test/test_set_factory.cpp Sun Aug 4 10:01:25 2013 (r85207)
+++ trunk/libs/flyweight/test/test_set_factory.cpp 2013-08-04 10:40:24 EDT (Sun, 04 Aug 2013) (r85208)
@@ -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;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk