From: Václav Slavík Date: Sun, 10 Jun 2007 21:33:45 +0000 (+0000) Subject: PCH-less compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d23849361d92342efb1ec3af84064570e1b749d7?ds=inline PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/stringimpl.cpp b/src/common/stringimpl.cpp index eb90ea7eae..af847b54e1 100644 --- a/src/common/stringimpl.cpp +++ b/src/common/stringimpl.cpp @@ -30,6 +30,7 @@ #ifndef WX_PRECOMP #include "wx/stringimpl.h" + #include "wx/wxcrt.h" #endif #include