std::shared_ptr
[dcpomatic.git] / src / wx / nag_dialog.cc
index 2b27df0934a5fb7b701aa9759236608e63c611a4..5b989bdb55d4aba2b7a995dbdfc4b110db8fcd92 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;
+using std::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"))