|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80472 - trunk/boost/uuid
From: atompkins_at_[hidden]
Date: 2012-09-09 14:44:10
Author: atompkins
Date: 2012-09-09 14:44:09 EDT (Sun, 09 Sep 2012)
New Revision: 80472
URL: http://svn.boost.org/trac/boost/changeset/80472
Log:
#included <string> for std::runtime_error constructor
Text files modified:
trunk/boost/uuid/sha1.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/uuid/sha1.hpp
==============================================================================
--- trunk/boost/uuid/sha1.hpp (original)
+++ trunk/boost/uuid/sha1.hpp 2012-09-09 14:44:09 EDT (Sun, 09 Sep 2012)
@@ -19,6 +19,7 @@
#include <stdexcept>
#include <boost/throw_exception.hpp>
#include <cstddef>
+#include <string>
#ifdef BOOST_NO_STDC_NAMESPACE
namespace std {
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