Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2008-05-15 21:35:32


Author: steven_watanabe
Date: 2008-05-15 21:35:31 EDT (Thu, 15 May 2008)
New Revision: 45414
URL: http://svn.boost.org/trac/boost/changeset/45414

Log:
Added missing #include
Text files modified:
   sandbox/units/boost/units/detail/cmath_mwcw_impl.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/units/boost/units/detail/cmath_mwcw_impl.hpp
==============================================================================
--- sandbox/units/boost/units/detail/cmath_mwcw_impl.hpp (original)
+++ sandbox/units/boost/units/detail/cmath_mwcw_impl.hpp 2008-05-15 21:35:31 EDT (Thu, 15 May 2008)
@@ -15,6 +15,8 @@
 
 #include <cmath>
 
+#include <boost/config.hpp>
+
 // BOOST_PREVENT_MACRO_SUBSTITUTION is used for all functions even though it
 // isn't necessary -- I didn't want to think :)
 


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