Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / timeline_dialog.h
index 17128e108b1d2640112b06ae26a8f557d49677ba..04fc52aa10ab0fd376fe27c0712b150c776b5158 100644 (file)
 */
 
 
-#include <wx/wx.h>
 #include "timeline.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
+#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 class Playlist;