Add hint when making a FTR without FFEC/FFMC markers (#1804).
[dcpomatic.git] / test / dcp_subtitle_test.cc
index e94990798efff4fd0442bb438799d6edb5ff3c6b..f7e7fe795b56f954bec6c416f45ba93ba8afa32e 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/dcp_subtitle_test.cc
  *  @brief Test DCP subtitle content in various ways.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include <boost/test/unit_test.hpp>
@@ -42,6 +42,9 @@ using std::cout;
 using std::list;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 optional<ContentStringText> stored;