diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-22 23:21:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | f3bc2bad4657d660a07f9578b2cb1897b4e9d8c2 (patch) | |
| tree | 7100c19ecd0e60a675694f2b1c3b0b73e8cecb0b /src/tools | |
| parent | 2fd641547b5fb795fc17e98e47f489fa82e8ff42 (diff) | |
Use checkboxes to decide which screens KDMs will be made for (#1895).
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 4d84f2f33..4a98619f2 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -51,10 +51,11 @@ #include <dcp/exceptions.h> #include "lib/warnings.h" DCPOMATIC_DISABLE_WARNINGS -#include <wx/wx.h> +#include <wx/filepicker.h> #include <wx/preferences.h> #include <wx/splash.h> -#include <wx/filepicker.h> +#include <wx/treectrl.h> +#include <wx/wx.h> DCPOMATIC_ENABLE_WARNINGS #ifdef __WXOSX__ #include <ApplicationServices/ApplicationServices.h> |
