modification to correct error detected on stdxxx tests

[SVN r46392]
This commit is contained in:
Robert Ramey
2008-06-14 17:46:41 +00:00
parent 96b53f28a8
commit 7c911e570f

View File

@@ -79,10 +79,8 @@
// specialized on those types for this to work.
#include <locale>
// for mbstate_t
#include <wchar.h>
// for std::size_t
#include <cstddef>
#include <cwchar> // for mbstate_t
#include <cstddef> // for std::size_t
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>