From: Vadim Zeitlin Date: Fri, 25 May 2007 13:20:41 +0000 (+0000) Subject: compilation fix for non-PCH build, include wx/wxchar.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81ec6f01f2afe0efd1a3bd8f34419fac100389c1 compilation fix for non-PCH build, include wx/wxchar.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/fontdlgg.cpp b/src/generic/fontdlgg.cpp index 66191c4993..32fb9da936 100644 --- a/src/generic/fontdlgg.cpp +++ b/src/generic/fontdlgg.cpp @@ -20,6 +20,7 @@ #ifndef WX_PRECOMP #include + #include "wx/wxchar.h" #include "wx/utils.h" #include "wx/dialog.h" #include "wx/listbox.h"