X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_dialog.cc;h=c7f057b1ebfacd286aa38cb6ed519a0bfa918803;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;hp=975f7cd9d6c375802c1b684296e2ff8138fcd21e;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git diff --git a/src/wx/timeline_dialog.cc b/src/wx/timeline_dialog.cc index 975f7cd9d..c7f057b1e 100644 --- a/src/wx/timeline_dialog.cc +++ b/src/wx/timeline_dialog.cc @@ -26,15 +26,16 @@ #include "lib/compose.hpp" #include "lib/cross.h" #include "lib/playlist.h" +#include +LIBDCP_DISABLE_WARNINGS #include -#include +LIBDCP_ENABLE_WARNINGS #include using std::list; -using std::cout; -using std::string; using std::shared_ptr; +using std::string; using std::weak_ptr; #if BOOST_VERSION >= 106100 using namespace boost::placeholders;