Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / playhead_to_timecode_dialog.cc
index a691aa64e0f7cfc260e9ddd754da11ea04e99176..c622111db52893f225b2fba264165a3e02455b8c 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "playhead_to_timecode_dialog.h"
 
+using namespace dcpomatic;
+
 PlayheadToTimecodeDialog::PlayheadToTimecodeDialog (wxWindow* parent, int fps)
        : TableDialog (parent, _("Go to timecode"), 2, 1, true)
        , _fps (fps)