diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-16 16:50:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-16 16:50:23 +0100 |
| commit | 4790b63ceadc38fba77954f531a455fff28f8b13 (patch) | |
| tree | 49331a75cc1179d0177c4d444c8d9473b5e0400f | |
| parent | de1b4a967e6854782e88e83d48af74289977c8c3 (diff) | |
Missing include.
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index c1b262351..395b60a88 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -22,6 +22,7 @@ #include "wx/disk_warning_dialog.h" #include "wx/drive_wipe_warning_dialog.h" #include "wx/editable_list.h" +#include "wx/id.h" #include "wx/job_manager_view.h" #include "wx/message_dialog.h" #include "wx/try_unmount_dialog.h" |
