Store subtitle language(s) in Film, and allow setup of those
[dcpomatic.git] / src / wx / nag_dialog.cc
index 2b27df0934a5fb7b701aa9759236608e63c611a4..a4c88103977c9cd04b9e526b22775c47f0d715db 100644 (file)
 #include "wx_util.h"
 #include "static_text.h"
 #include "check_box.h"
-#include <wx/richtext/richtextctrl.h>
 #include <boost/foreach.hpp>
 
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 NagDialog::NagDialog (wxWindow* parent, Config::Nag nag, wxString message, bool can_cancel)
        : wxDialog (parent, wxID_ANY, _("Important notice"))