Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / rating_dialog.h
index 27887baa2386a2fc25cb744e1109d7561f5a4fcd..77deece79410eb4402276e8f689fc0c6f11ec395 100644 (file)
 */
 
 
+#include "lib/warnings.h"
 #include <dcp/rating.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/signals2.hpp>