From: Carl Hetherington Date: Fri, 20 Sep 2013 18:04:09 +0000 (+0100) Subject: Missing include. X-Git-Tag: v2.0.48~1339 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=84608d00576243f147ad12367633456729ffd1cb Missing include. --- 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 #include #include +#include "wx_util.h" class wxTreeCtrl; class wxDatePickerCtrl;