Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-05-27 13:38:49


Author: johnmaddock
Date: 2008-05-27 13:38:49 EDT (Tue, 27 May 2008)
New Revision: 45824
URL: http://svn.boost.org/trac/boost/changeset/45824

Log:
Added missing #include.
Text files modified:
   trunk/boost/math/tr1.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/math/tr1.hpp
==============================================================================
--- trunk/boost/math/tr1.hpp (original)
+++ trunk/boost/math/tr1.hpp 2008-05-27 13:38:49 EDT (Tue, 27 May 2008)
@@ -14,6 +14,7 @@
 #ifdef __cplusplus
 
 #include <boost/config.hpp>
+#include <boost/static_assert.hpp>
 
 namespace boost{ namespace math{ namespace tr1{ extern "C"{
 


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