projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa33307
)
Compilation fix for PCH-less compilation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 9 Oct 2009 13:05:32 +0000
(13:05 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/src/unix/stdpaths.cpp
b/src/unix/stdpaths.cpp
index c127fc3d665611b43b1fd5b83b959b467a14dec4..4089a9e06eb917a8f5a3467e833ebfff79e64ba6 100644
(file)
--- a/
src/unix/stdpaths.cpp
+++ b/
src/unix/stdpaths.cpp
@@
-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