Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / video_waveform_plot.cc
index 07b2955b37d6d4da579ee227b1fa8bd5178b3aa1..f45a5662e9fee87c072952e8864fcad362c5b382 100644 (file)
 #include "lib/film.h"
 #include "lib/image.h"
 #include "lib/player_video.h"
+#include "lib/warnings.h"
 #include <dcp/locale_convert.h>
 #include <dcp/openjpeg_image.h>
-#include <wx/rawbmp.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/graphics.h>
+#include <wx/rawbmp.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/bind/bind.hpp>
 #include <iostream>