Fix typo in string (thanks MichaƂ Tomaszewski)
[dcpomatic.git] / src / wx / interop_metadata_dialog.cc
index 61aa2349867426cdb6ba334d53af71bbd7b84e5a..515127b84b39700b7c715eb54c770f9f0766ad0e 100644 (file)
 #include "rating_dialog.h"
 #include "lib/film.h"
 #include <dcp/types.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/gbsizer.h>
+LIBDCP_ENABLE_WARNINGS
 
 
+using std::shared_ptr;
 using std::string;
 using std::vector;
 using std::weak_ptr;
-using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif