Boost logo

Boost-Commit :

From: emil_at_[hidden]
Date: 2008-05-04 14:05:35


Author: emildotchevski
Date: 2008-05-04 14:05:34 EDT (Sun, 04 May 2008)
New Revision: 45116
URL: http://svn.boost.org/trac/boost/changeset/45116

Log:
Added missing include.
Text files modified:
   trunk/libs/exception/test/helper2.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/exception/test/helper2.hpp
==============================================================================
--- trunk/libs/exception/test/helper2.hpp (original)
+++ trunk/libs/exception/test/helper2.hpp 2008-05-04 14:05:34 EDT (Sun, 04 May 2008)
@@ -7,6 +7,7 @@
 #define UUID_BC765EB4CA2A11DCBDC5828355D89593
 
 #include <boost/exception/exception.hpp>
+#include <exception>
 
 namespace
 boost


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