Fix Windows build.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Apr 2022 23:59:28 +0000 (01:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Apr 2022 23:59:28 +0000 (01:59 +0200)
src/wx/dkdm_output_panel.cc

index 5b04f740a4a2ab3db6acf7bb70f32e9454c60cc9..cc02721ed15d9ec7f08a905ee414410de40fd7d7 100644 (file)
 #include <dcp/exceptions.h>
 #include <dcp/types.h>
 #include <dcp/warnings.h>
+
 #ifdef DCPOMATIC_USE_OWN_PICKER
 #include "dir_picker_ctrl.h"
 #else
 LIBDCP_DISABLE_WARNINGS
 #include <wx/filepicker.h>
-#include <wx/stdpaths.h>
 LIBDCP_ENABLE_WARNINGS
 #endif
 
+LIBDCP_DISABLE_WARNINGS
+#include <wx/stdpaths.h>
+LIBDCP_ENABLE_WARNINGS
+
 
 using std::exception;
 using std::function;