aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
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>