Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / controls.cc
index 473ad8cb343e40ab1413f570dfdf3df8172b0185..7cd31634dd218792998ffccf4bfb594ad279f82c 100644 (file)
@@ -52,6 +52,7 @@ using boost::optional;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;
+using namespace dcpomatic;
 
 Controls::Controls (wxWindow* parent, shared_ptr<FilmViewer> viewer, bool editor_controls)
        : wxPanel (parent)