summaryrefslogtreecommitdiff
path: root/src/wx/playhead_to_timecode_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.cc')
-rw-r--r--src/wx/playhead_to_timecode_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/playhead_to_timecode_dialog.cc b/src/wx/playhead_to_timecode_dialog.cc
index a691aa64e..c622111db 100644
--- a/src/wx/playhead_to_timecode_dialog.cc
+++ b/src/wx/playhead_to_timecode_dialog.cc
@@ -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)