Fix missing buttons in cinema email list.
[dcpomatic.git] / src / wx / metadata_dialog.cc
index 84b9d2898b30db9a41f542e455400f065d744424..644c0546b0de6681dab0d4ea1ec7c6461216062b 100644 (file)
 #include "metadata_dialog.h"
 #include "wx_util.h"
 #include "lib/film.h"
-#include <boost/bind.hpp>
-#include <boost/weak_ptr.hpp>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/notebook.h>
 #include <wx/spinctrl.h>
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
+#include <boost/bind.hpp>
+#include <boost/weak_ptr.hpp>
 
 
 using std::weak_ptr;