summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-20 19:04:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-20 19:04:09 +0100
commit84608d00576243f147ad12367633456729ffd1cb (patch)
tree6639e875ac86bfeae8e52adf9174ef9826eedfce /src
parentf0380b3df50ca48ad2f22b5e7d5544dc9fa30d61 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index 96893ccef..e6a26c86b 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -22,6 +22,7 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <wx/wx.h>
#include <wx/treectrl.h>
+#include "wx_util.h"
class wxTreeCtrl;
class wxDatePickerCtrl;