projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add very simple (but already exposing many problems) wxIPC benchmark
[wxWidgets.git]
/
src
/
cocoa
/
checklst.mm
diff --git
a/src/cocoa/checklst.mm
b/src/cocoa/checklst.mm
index 80dbda3c3d1b122671b3d80f0a0b0244eb0e76ca..5865461756f63bce52cc79d8984fae1f5faba0a0 100644
(file)
--- a/
src/cocoa/checklst.mm
+++ b/
src/cocoa/checklst.mm
@@
-13,10
+13,11
@@
#if wxUSE_CHECKLISTBOX
+#include "wx/checklst.h"
+
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/app.h"
- #include "wx/checklst.h"
#endif //WX_PRECOMP
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)