projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b27bcb
)
Build fix after PCH changes.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Thu, 1 Jun 2006 15:19:53 +0000
(15:19 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Thu, 1 Jun 2006 15:19:53 +0000
(15:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39515
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/os2/app.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/os2/app.cpp
b/src/os2/app.cpp
index 491f4800c283a66ad760011d2d3f4d77eae1946f..3453d44396b55528d881094a2826379aef42db7c 100644
(file)
--- a/
src/os2/app.cpp
+++ b/
src/os2/app.cpp
@@
-29,11
+29,12
@@
#include "wx/msgdlg.h"
#include "wx/intl.h"
#include "wx/wxchar.h"
- #include "wx/stdpaths.h"
- #include "wx/filename.h"
#include "wx/log.h"
#endif
+#include "wx/stdpaths.h"
+#include "wx/filename.h"
+
#include "wx/module.h"
#include "wx/os2/private.h"