Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx / templates_dialog.h
index 8ef0d956ccf78099fa70f5e3782d2c6ead0d00c7..4a55e0beb5dbb4c1512efb12486bc752997efcb3 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/listctrl.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
 class TemplatesDialog : public wxDialog