Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / timeline_time_axis_view.cc
index a31ed5cedd3f7265736ccf5bf5ba5c65a0253c83..e9de1b542fab6b1777993b09a920009d420903bc 100644 (file)
@@ -26,6 +26,7 @@
 
 using std::list;
 using std::cout;
+using namespace dcpomatic;
 
 TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y)
        : TimelineView (tl)