Fix macOS build.
[dcpomatic.git] / src / wx / question_dialog.h
index a3b05173a40bdfb8189cdacdf5c39ccf2fdbd5fd..b0ad3f7b9f2f714e7f5ebf3d6a7bc089e7faf381 100644 (file)
 
 */
 
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
+
 
 class QuestionDialog : public wxDialog
 {