Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / empty.cc
index 1df318b25275a2a634fe45ef21017e28889859cf..206acfdb0a67d62131bb11c688906e68f01b49e2 100644 (file)
@@ -34,6 +34,7 @@ using std::list;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
 using boost::function;
+using namespace dcpomatic;
 
 Empty::Empty (shared_ptr<const Film> film, list<shared_ptr<Piece> > pieces, function<bool (shared_ptr<Piece>)> part)
 {