]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH-less compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 21:33:45 +0000 (21:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 21:33:45 +0000 (21:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stringimpl.cpp

index eb90ea7eae94b0559e2486b65a9f6257ca52cbbd..af847b54e1fcfe2c4de6f80c11724dc855ba72e9 100644 (file)
@@ -30,6 +30,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/stringimpl.h"
+    #include "wx/wxcrt.h"
 #endif
 
 #include <ctype.h>