diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-16 22:28:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-16 22:28:43 +0000 |
| commit | ada5eb78ffee670aea26dce21083b7ab0466036a (patch) | |
| tree | 13940c5695b209d26e8cb1ac46dd7c7084c36ed2 /src/wx/editable_list.h | |
| parent | 5d3ebbb2e7844485e8dddd6471209d56b05633ae (diff) | |
Basic work on new prefs dialog.
Diffstat (limited to 'src/wx/editable_list.h')
| -rw-r--r-- | src/wx/editable_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/editable_list.h b/src/wx/editable_list.h index 20d180f20..470be2d09 100644 --- a/src/wx/editable_list.h +++ b/src/wx/editable_list.h @@ -18,6 +18,7 @@ */ #include <wx/wx.h> +#include <wx/listctrl.h> template<class T, class S> class EditableList : public wxPanel |
