From baa0be852bc5aeee9dceea46c9e0a88da23533b8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 30 May 2003 11:14:52 +0000 Subject: [PATCH] Added missing includes [SVN r18607] --- test/boost_no_std_wstreambuf.ipp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/boost_no_std_wstreambuf.ipp b/test/boost_no_std_wstreambuf.ipp index ee19b570..308094bf 100644 --- a/test/boost_no_std_wstreambuf.ipp +++ b/test/boost_no_std_wstreambuf.ipp @@ -8,6 +8,8 @@ // DESCRIPTION: The standard library lacks std::basic_streambuf. #include +#include +#include namespace boost_no_std_wstreambuf{