Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / closed_captions_dialog.cc
index 44e6b8da1d9162423bdafdfaab261935cfe9e3ff..061262cddcc96eff127cac8dfcf5b8661e587f77 100644 (file)
@@ -35,6 +35,7 @@ using std::make_pair;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 ClosedCaptionsDialog::ClosedCaptionsDialog (wxWindow* parent, FilmViewer* viewer)
        : wxDialog (parent, wxID_ANY, _("Closed captions"), wxDefaultPosition, wxDefaultSize,