|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81315 - sandbox/type_erasure/boost/type_erasure
From: steven_at_[hidden]
Date: 2012-11-12 19:45:02
Author: steven_watanabe
Date: 2012-11-12 19:45:01 EST (Mon, 12 Nov 2012)
New Revision: 81315
URL: http://svn.boost.org/trac/boost/changeset/81315
Log:
Add missing #include.
Text files modified:
sandbox/type_erasure/boost/type_erasure/exception.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/type_erasure/boost/type_erasure/exception.hpp
==============================================================================
--- sandbox/type_erasure/boost/type_erasure/exception.hpp (original)
+++ sandbox/type_erasure/boost/type_erasure/exception.hpp 2012-11-12 19:45:01 EST (Mon, 12 Nov 2012)
@@ -12,6 +12,7 @@
#define BOOST_TYPE_ERASURE_EXCEPTION_HPP_INCLUDED
#include <stdexcept>
+#include <typeinfo>
namespace boost {
namespace type_erasure {
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