projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added dependency handling to Makefiles
[wxWidgets.git]
/
src
/
gtk
/
radiobox.cpp
diff --git
a/src/gtk/radiobox.cpp
b/src/gtk/radiobox.cpp
index 9030add731f2610d36027d5fccb7d48a7cc12bb9..64881d7cfc6ab1252c43d387104097a91f27290b 100644
(file)
--- a/
src/gtk/radiobox.cpp
+++ b/
src/gtk/radiobox.cpp
@@
-11,10
+11,12
@@
#pragma implementation "radiobox.h"
#endif
-#include "wx/
radiobox
.h"
+#include "wx/
defs
.h"
#if wxUSE_RADIOBOX
+#include "wx/radiobox.h"
+
#include "wx/dialog.h"
#include "wx/frame.h"
#include "wx/log.h"