summaryrefslogtreecommitdiff
path: root/src/wx/playhead_to_frame_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/playhead_to_frame_dialog.cc')
-rw-r--r--src/wx/playhead_to_frame_dialog.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/playhead_to_frame_dialog.cc b/src/wx/playhead_to_frame_dialog.cc
index 3f1d06d2a..137be60ae 100644
--- a/src/wx/playhead_to_frame_dialog.cc
+++ b/src/wx/playhead_to_frame_dialog.cc
@@ -19,7 +19,9 @@
*/
#include "playhead_to_frame_dialog.h"
-#include "lib/locale_convert.h"
+#include <dcp/locale_convert.h>
+
+using dcp::locale_convert;
PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, int fps)
: TableDialog (parent, _("Go to frame"), 2, 1, true)