$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77350 - trunk/boost/math/concepts
From: john_at_[hidden]
Date: 2012-03-16 12:55:23
Author: johnmaddock
Date: 2012-03-16 12:55:22 EDT (Fri, 16 Mar 2012)
New Revision: 77350
URL: http://svn.boost.org/trac/boost/changeset/77350
Log:
Add missing include.
Text files modified:
trunk/boost/math/concepts/real_type_concept.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/math/concepts/real_type_concept.hpp
==============================================================================
--- trunk/boost/math/concepts/real_type_concept.hpp (original)
+++ trunk/boost/math/concepts/real_type_concept.hpp 2012-03-16 12:55:22 EDT (Fri, 16 Mar 2012)
@@ -6,6 +6,7 @@
#ifndef BOOST_MATH_REAL_TYPE_CONCEPT_HPP
#define BOOST_MATH_REAL_TYPE_CONCEPT_HPP
+#include <boost/config.hpp>
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable: 4100)