|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-01-20 04:42:37
Author: johnmaddock
Date: 2008-01-20 04:42:35 EST (Sun, 20 Jan 2008)
New Revision: 42877
URL: http://svn.boost.org/trac/boost/changeset/42877
Log:
Add include of <eh.h> for msvc.
Text files modified:
trunk/boost/test/impl/execution_monitor.ipp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp (original)
+++ trunk/boost/test/impl/execution_monitor.ipp 2008-01-20 04:42:35 EST (Sun, 20 Jan 2008)
@@ -65,7 +65,7 @@
# include <windows.h>
-# if defined(__MWERKS__)
+# if defined(__MWERKS__) || defined(BOOST_MSVC)
# include <eh.h>
# endif
@@ -1149,3 +1149,4 @@
#include <boost/test/detail/enable_warnings.hpp>
#endif // BOOST_TEST_EXECUTION_MONITOR_IPP_012205GER
+
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