Added missing includes

[SVN r18607]
This commit is contained in:
John Maddock
2003-05-30 11:14:52 +00:00
parent fd10aff9aa
commit baa0be852b

View File

@@ -8,6 +8,8 @@
// DESCRIPTION: The standard library lacks std::basic_streambuf<wchar_t>.
#include <iostream>
#include <streambuf>
#include <string>
namespace boost_no_std_wstreambuf{