From: Julian Smart Date: Thu, 5 Sep 2002 14:56:34 +0000 (+0000) Subject: Added #include since it seems to have X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2385ec429a259582aeecb9daeffd4e71b6257550 Added #include since it seems to have gone missing from this file for non-Unicode cases. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 07871991b1..a8ce78ad9f 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -239,6 +239,8 @@ // ---------------------------------------------------------------------------- #ifdef wxHAVE_TCHAR_SUPPORT + #include + // ctype.h functions #define wxIsalnum _istalnum #define wxIsalpha _istalpha