$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: emil_at_[hidden]
Date: 2008-05-14 20:47:51
Author: emildotchevski
Date: 2008-05-14 20:47:50 EDT (Wed, 14 May 2008)
New Revision: 45378
URL: http://svn.boost.org/trac/boost/changeset/45378
Log:
Added required #include <stddef.h>
Text files modified:
trunk/boost/exception/enable_error_info.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/exception/enable_error_info.hpp
==============================================================================
--- trunk/boost/exception/enable_error_info.hpp (original)
+++ trunk/boost/exception/enable_error_info.hpp 2008-05-14 20:47:50 EDT (Wed, 14 May 2008)
@@ -8,7 +8,8 @@
#include <boost/exception/exception.hpp>
#include <boost/detail/workaround.hpp>
-#include <boost/config.hpp> // For BOOST_STATIC_CONSTANT.
+#include <boost/config.hpp>
+#include <stddef.h>
namespace
boost