$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: igaztanaga_at_[hidden]
Date: 2008-06-22 04:16:42
Author: igaztanaga
Date: 2008-06-22 04:16:41 EDT (Sun, 22 Jun 2008)
New Revision: 46601
URL: http://svn.boost.org/trac/boost/changeset/46601
Log:
Missing boost/static_assert.hpp include
Text files modified:
trunk/boost/interprocess/detail/math_functions.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/interprocess/detail/math_functions.hpp
==============================================================================
--- trunk/boost/interprocess/detail/math_functions.hpp (original)
+++ trunk/boost/interprocess/detail/math_functions.hpp 2008-06-22 04:16:41 EDT (Sun, 22 Jun 2008)
@@ -17,6 +17,7 @@
#define BOOST_INTERPROCESS_DETAIL_MATH_FUNCTIONS_HPP
#include <climits>
+#include <boost/static_assert.hpp>
namespace boost {
namespace interprocess {