projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor header cleaning.
[wxWidgets.git]
/
src
/
gtk1
/
choice.cpp
diff --git
a/src/gtk1/choice.cpp
b/src/gtk1/choice.cpp
index e1c2a36b50c1f8e4bcf6499b53d0cb9272288d94..1372a2398f68ad88e60674d6d74bea915134d057 100644
(file)
--- a/
src/gtk1/choice.cpp
+++ b/
src/gtk1/choice.cpp
@@
-12,7
+12,10
@@
#if wxUSE_CHOICE
#include "wx/choice.h"
-#include "wx/arrstr.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/arrstr.h"
+#endif
#include "wx/gtk1/private.h"