pot/merge.
[dcpomatic.git] / src / lib / hints.cc
index df29a333699de0cabee2f9588e1ac38aaae3148a..1e5101e16d78ec87f45a81a18b53acf488597793 100644 (file)
@@ -49,6 +49,9 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::optional;
 using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 Hints::Hints (weak_ptr<const Film> film)
        : _film (film)