Fix failure to remove markers when the checkbox is unticked.
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index 180c132789312ca5c04c92c42f063184d8a009d0..ef241a0cab5d046ba9b2edcfed25af74a6f34627 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+#include <dcp/certificate.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/notebook.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 class DownloadCertificatePanel;