summaryrefslogtreecommitdiff
path: root/src/wx/move_to_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/move_to_dialog.cc')
-rw-r--r--src/wx/move_to_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/move_to_dialog.cc b/src/wx/move_to_dialog.cc
index cb3db90cc..266f44264 100644
--- a/src/wx/move_to_dialog.cc
+++ b/src/wx/move_to_dialog.cc
@@ -26,6 +26,7 @@
using std::list;
using boost::shared_ptr;
using boost::optional;
+using namespace dcpomatic;
MoveToDialog::MoveToDialog (wxWindow* parent, optional<DCPTime> position, shared_ptr<const Film> film)
: TableDialog (parent, _("Move content"), 2, 0, true)