|
Boost-Commit : |
From: hljin_at_[hidden]
Date: 2007-09-18 17:37:09
Author: hljin
Date: 2007-09-18 17:37:08 EDT (Tue, 18 Sep 2007)
New Revision: 39377
URL: http://svn.boost.org/trac/boost/changeset/39377
Log:
GIL: fixed incorrect header files for std::bad_cast
Text files modified:
trunk/boost/gil/extension/dynamic_image/variant.hpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/boost/gil/extension/dynamic_image/variant.hpp
==============================================================================
--- trunk/boost/gil/extension/dynamic_image/variant.hpp (original)
+++ trunk/boost/gil/extension/dynamic_image/variant.hpp 2007-09-18 17:37:08 EDT (Tue, 18 Sep 2007)
@@ -18,14 +18,16 @@
/// \brief Support for run-time instantiated types
/// \author Lubomir Bourdev and Hailin Jin \n
/// Adobe Systems Incorporated
-/// \date 2005-2007 \n Last updated on March 9, 2007
+/// \date 2005-2007 \n Last updated on September 18, 2007
///
////////////////////////////////////////////////////////////////////////////////////////
#include "../../gil_config.hpp"
#include "../../utilities.hpp"
+#include <cstddef>
#include <cassert>
-#include <stdexcept>
+#include <algorithm>
+#include <typeinfo>
#include <boost/bind.hpp>
#include <boost/mpl/transform.hpp>
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