ignore loadsa warnings.
[dcpomatic.git] / src / wx / system_font_dialog.cc
index df5b8e21b647a531ec2914592f0079876f4c0cdc..68722789e804ab5e7f8c7c876e3b0ac55fecb634 100644 (file)
 
 #include "system_font_dialog.h"
 #include "wx_util.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/listctrl.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
-#include <iostream>
 
 
-using std::cout;
 using std::string;
 using boost::optional;