diff options
Diffstat (limited to 'src/wx/export_video_file_dialog.h')
| -rw-r--r-- | src/wx/export_video_file_dialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/export_video_file_dialog.h b/src/wx/export_video_file_dialog.h index a58fadd38..0c93965ad 100644 --- a/src/wx/export_video_file_dialog.h +++ b/src/wx/export_video_file_dialog.h @@ -18,13 +18,19 @@ */ + #include "table_dialog.h" #include "lib/ffmpeg_encoder.h" +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include <wx/wx.h> +DCPOMATIC_ENABLE_WARNINGS #include <boost/filesystem.hpp> + class FilePickerCtrl; + class ExportVideoFileDialog : public TableDialog { public: |
