Use checkboxes to decide which screens KDMs will be made for (#1895).
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
index 4d84f2f339e02af8dc9312e7bc4e60bc96616541..4a98619f2220889f611a40cdbbd35a06f17405ee 100644 (file)
 #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>