diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4ff34b9e9f..b0d79b5874 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -197,10 +197,12 @@ inline WORD __wxMSW_ctype(wxChar ch) #else//!Windows +// wchar_t will be used in buffer.h, so include it rather unconditionally +#include + // check whether we are doing Unicode #if wxUSE_UNICODE -#include #include // this is probably glibc-specific