|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86331 - branches/release/boost/spirit/home/support
From: andrey.semashev_at_[hidden]
Date: 2013-10-16 10:49:13
Author: andysem
Date: 2013-10-16 10:49:13 EDT (Wed, 16 Oct 2013)
New Revision: 86331
URL: http://svn.boost.org/trac/boost/changeset/86331
Log:
Fixed missing #includes that broke Boost.Log compilation.
Text files modified:
branches/release/boost/spirit/home/support/numeric_traits.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: branches/release/boost/spirit/home/support/numeric_traits.hpp
==============================================================================
--- branches/release/boost/spirit/home/support/numeric_traits.hpp Wed Oct 16 10:34:56 2013 (r86330)
+++ branches/release/boost/spirit/home/support/numeric_traits.hpp 2013-10-16 10:49:13 EDT (Wed, 16 Oct 2013) (r86331)
@@ -12,6 +12,8 @@
#include <boost/config.hpp>
#include <boost/mpl/bool.hpp>
+#include <boost/integer_traits.hpp>
+#include <boost/utility/enable_if.hpp>
namespace boost { namespace spirit { namespace traits
{
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