macOS / new boost build fixes.
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index 294fdd4dfb7f803ea12974bd8fba934a517f9f87..35ce4fc278a76d1c37d2387f5e2fd4f92aeff771 100644 (file)
@@ -50,6 +50,10 @@ using std::exception;
 using std::make_pair;
 using boost::shared_ptr;
 using boost::function;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
        : wxPanel (parent, wxID_ANY)