projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gtk wxStaticText and wxALIGN_CENTER_VERTICAL
[wxWidgets.git]
/
src
/
motif
/
settings.cpp
diff --git
a/src/motif/settings.cpp
b/src/motif/settings.cpp
index 1db7bea1f49023f30463e61f6493d4eb7b654bb4..87ade0a057b508800b77f886d8cee18b1b8a93f2 100644
(file)
--- a/
src/motif/settings.cpp
+++ b/
src/motif/settings.cpp
@@
-17,8
+17,11
@@
#include "wx/wxprec.h"
#include "wx/settings.h"
-#include "wx/gdicmn.h"
-#include "wx/app.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/app.h"
+ #include "wx/gdicmn.h"
+#endif
#ifdef __VMS__
#pragma message disable nosimpint