Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65361 - trunk/libs/exception/src
From: emil_at_[hidden]
Date: 2010-09-08 20:32:39


Author: emildotchevski
Date: 2010-09-08 20:32:37 EDT (Wed, 08 Sep 2010)
New Revision: 65361
URL: http://svn.boost.org/trac/boost/changeset/65361

Log:
addressing msvc 7.1 issues in the non-intrusive exception_ptr support.
Text files modified:
   trunk/libs/exception/src/clone_current_exception_msvc.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/exception/src/clone_current_exception_msvc.cpp
==============================================================================
--- trunk/libs/exception/src/clone_current_exception_msvc.cpp (original)
+++ trunk/libs/exception/src/clone_current_exception_msvc.cpp 2010-09-08 20:32:37 EDT (Wed, 08 Sep 2010)
@@ -19,6 +19,7 @@
 #include <typeinfo>
 #endif
 #include <windows.h>
+#include <malloc.h>
 
 namespace
     {


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