From c4403784febdbdd42e9c32e67fadb147f11fe566 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 May 2019 23:41:42 +0100 Subject: Put Time types in dcpomatic namespace. --- src/lib/active_text.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/active_text.cc') diff --git a/src/lib/active_text.cc b/src/lib/active_text.cc index 2988c04a3..3a7e1a27e 100644 --- a/src/lib/active_text.cc +++ b/src/lib/active_text.cc @@ -29,6 +29,7 @@ using std::make_pair; using boost::weak_ptr; using boost::shared_ptr; using boost::optional; +using namespace dcpomatic; /** Get the open captions that should be burnt into a given period. * @param period Period of interest. -- cgit v1.2.3