add missing include to try to make msvc9~stlport toolset happy

[SVN r74113]
This commit is contained in:
Eric Niebler
2011-08-28 22:48:40 +00:00
parent df6017dc1c
commit 90b15e1c9b

View File

@ -5,6 +5,7 @@
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#include <string>
#include <sstream>
#include <iostream>
#include <boost/detail/lightweight_test.hpp>