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. --- test/player_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/player_test.cc') diff --git a/test/player_test.cc b/test/player_test.cc index 1736bfc7e..7b65783c6 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -48,6 +48,7 @@ using std::pair; using boost::shared_ptr; using boost::bind; using boost::optional; +using namespace dcpomatic; static shared_ptr accumulated; -- cgit v1.2.3