diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-22 23:21:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-23 01:08:20 +0100 |
| commit | 0ed0734cc87b642b79ff9f9baaa82639231cd1b3 (patch) | |
| tree | 8a583ef4880d01c47156218e884ec46998372c07 /src/tools | |
| parent | 0ba82c1ba8d9e2e69240007a797efe24fc57fd9d (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> |
