diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-11 15:06:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-13 12:39:52 +0100 |
| commit | e8c5f14cb6736bdfa3610b2559c6c331c1c56984 (patch) | |
| tree | cb1a18b733411ce2b5a80aa0396d4aafdb11ff92 /src/wx/content_widget.h | |
| parent | 66527e65e21c2981d2b94f83ad9decfa99f46aad (diff) | |
Separate code for the content panel out into a separate class.
Diffstat (limited to 'src/wx/content_widget.h')
| -rw-r--r-- | src/wx/content_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_widget.h b/src/wx/content_widget.h index 9e1338b7c..bbe160399 100644 --- a/src/wx/content_widget.h +++ b/src/wx/content_widget.h @@ -27,6 +27,7 @@ #include <vector> #include <wx/wx.h> #include <wx/gbsizer.h> +#include <wx/spinctrl.h> #include <boost/function.hpp> #include "wx_util.h" |
