Include wchar.h so that mbstate_t is available in global namespace. Maybe,

I should revert the last patch, which made the file use ::mbstate_t as
opposed to std::mbstate_t, but I'm waiting for Pavel to tell why it was
necessary to use ::mbstate_t and if this version of borland can be made
to work in some other way.


[SVN r23528]
This commit is contained in:
Vladimir Prus
2004-07-14 08:36:58 +00:00
parent f084eeac4b
commit 9281df58d2

View File

@@ -48,6 +48,8 @@
// specialized on those types for this to work.
#include <locale>
// for mbstate_t
#include <wchar.h>
#include <boost/program_options/config.hpp>