aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-03 11:04:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-03 11:04:21 +0200
commit92ebb8c861c4986e10d38d949a024aee205b14b2 (patch)
tree0228111ef5de7e7b78ec9d3b4306c8605ba75d30 /boost
parent3e6bb9e10626e192c5d56f806c3262c8ab489bad (diff)
Add missing include and some cosmetic changes
Diffstat (limited to 'boost')
-rw-r--r--boost/common/unordered/driver.cxx2
-rw-r--r--boost/common/unordered/test.hxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx
index 2e04e03..8a6589f 100644
--- a/boost/common/unordered/driver.cxx
+++ b/boost/common/unordered/driver.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-// Test boost container persistence.
+// Test Boost unordered containers persistence.
//
#include <memory> // std::auto_ptr
diff --git a/boost/common/unordered/test.hxx b/boost/common/unordered/test.hxx
index 1477fe7..8bbf0a6 100644
--- a/boost/common/unordered/test.hxx
+++ b/boost/common/unordered/test.hxx
@@ -5,6 +5,8 @@
#ifndef TEST_HXX
#define TEST_HXX
+#include <string>
+
#include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>