summaryrefslogtreecommitdiff
path: root/src/lib/cinema.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cinema.cc')
-rw-r--r--src/lib/cinema.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cinema.cc b/src/lib/cinema.cc
index 61862fa6d..1902f15f9 100644
--- a/src/lib/cinema.cc
+++ b/src/lib/cinema.cc
@@ -31,6 +31,7 @@ using std::list;
using std::string;
using boost::shared_ptr;
using dcp::raw_convert;
+using dcpomatic::Screen;
Cinema::Cinema (cxml::ConstNodePtr node)
: name (node->string_child ("Name"))