|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53153 - trunk/boost/property_tree/detail
From: jewillco_at_[hidden]
Date: 2009-05-21 10:39:56
Author: jewillco
Date: 2009-05-21 10:39:56 EDT (Thu, 21 May 2009)
New Revision: 53153
URL: http://svn.boost.org/trac/boost/changeset/53153
Log:
Added #include of <algorithm>
Text files modified:
trunk/boost/property_tree/detail/pugxml.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/property_tree/detail/pugxml.hpp
==============================================================================
--- trunk/boost/property_tree/detail/pugxml.hpp (original)
+++ trunk/boost/property_tree/detail/pugxml.hpp 2009-05-21 10:39:56 EDT (Thu, 21 May 2009)
@@ -40,6 +40,7 @@
#include <ostream>
#include <string>
#include <cstring>
+#include <algorithm>
#if defined(PUGOPT_MEMFIL) | defined(PUGOPT_NONSEG)
# include <assert.h>
#endif
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