diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-03 11:04:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-03 11:04:21 +0200 |
commit | 92ebb8c861c4986e10d38d949a024aee205b14b2 (patch) | |
tree | 0228111ef5de7e7b78ec9d3b4306c8605ba75d30 /boost/common/unordered/test.hxx | |
parent | 3e6bb9e10626e192c5d56f806c3262c8ab489bad (diff) |
Add missing include and some cosmetic changes
Diffstat (limited to 'boost/common/unordered/test.hxx')
-rw-r--r-- | boost/common/unordered/test.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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> |