From: Vadim Zeitlin Date: Mon, 19 Mar 2007 22:36:31 +0000 (+0000) Subject: fix non-PCH build after latest change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0cb6a6e4517ff519be3828df84a093e3cebf6bdf?ds=inline fix non-PCH build after latest change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/unichar.cpp b/src/common/unichar.cpp index 4aa43533df..9e8ef8df4f 100644 --- a/src/common/unichar.cpp +++ b/src/common/unichar.cpp @@ -19,6 +19,10 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/strconv.h" // wxConvLibc +#endif + #include "wx/unichar.h" // ===========================================================================