macOS build fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 26 Nov 2020 19:11:57 +0000 (20:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Nov 2020 19:11:57 +0000 (20:11 +0100)
test/video_level_test.cc

index 4ae722e7cd99f85d6148c6c87601d6eeb124d244..056a500eee130a95bb160b9814c7985776a6beea 100644 (file)
@@ -57,6 +57,9 @@ using std::pair;
 using std::string;
 using boost::dynamic_pointer_cast;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using boost::shared_ptr;