X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftimeline_view.cc;h=fb23fa7b15a896fe220d068688b91b47cd696ece;hp=bb6ab6034c1439a81ac23802b6e5c5434c246ddf;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/wx/timeline_view.cc b/src/wx/timeline_view.cc index bb6ab6034..fb23fa7b1 100644 --- a/src/wx/timeline_view.cc +++ b/src/wx/timeline_view.cc @@ -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).