Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / timeline_view.cc
index bb6ab6034c1439a81ac23802b6e5c5434c246ddf..fb23fa7b15a896fe220d068688b91b47cd696ece 100644 (file)
@@ -22,6 +22,7 @@
 #include "timeline.h"
 
 using std::list;
+using namespace dcpomatic;
 
 /** @class TimelineView
  *  @brief Parent class for components of the timeline (e.g. a piece of content or an axis).