]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for PCH-less compilation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Oct 2009 13:05:32 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Oct 2009 13:05:32 +0000 (13:05 +0000)
To use wxTheApp (added in r62337) we need to include wx/app.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/stdpaths.cpp

index c127fc3d665611b43b1fd5b83b959b467a14dec4..4089a9e06eb917a8f5a3467e833ebfff79e64ba6 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/stdpaths.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/app.h"
     #include "wx/wxcrt.h"
     #include "wx/utils.h"
 #endif //WX_PRECOMP