Fix black borders around the preview in some cases (#2331).
[dcpomatic.git] / src / wx / content_colour_conversion_dialog.cc
index b970618a7b973126311be88ce30ab4392c5dcf6a..5b5a1983c167b30d95f28a6be3db797315a689a6 100644 (file)
 #include "lib/colour_conversion.h"
 #include "lib/config.h"
 #include "lib/util.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/statline.h>
-#include <iostream>
+LIBDCP_ENABLE_WARNINGS
 
 
-using std::cout;
 using std::string;
 using std::vector;
 using boost::optional;