Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80367 - trunk/libs/context/src
From: hartmut.kaiser_at_[hidden]
Date: 2012-09-02 17:21:59


Author: hkaiser
Date: 2012-09-02 17:21:58 EDT (Sun, 02 Sep 2012)
New Revision: 80367
URL: http://svn.boost.org/trac/boost/changeset/80367

Log:
Context: fixing compilation errors on Windows
Text files modified:
   trunk/libs/context/src/stack_utils_windows.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/context/src/stack_utils_windows.cpp
==============================================================================
--- trunk/libs/context/src/stack_utils_windows.cpp (original)
+++ trunk/libs/context/src/stack_utils_windows.cpp 2012-09-02 17:21:58 EDT (Sun, 02 Sep 2012)
@@ -15,6 +15,7 @@
 
 #include <cmath>
 #include <csignal>
+#include <algorithm>
 
 #include <boost/assert.hpp>
 


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