Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / audio_plot.cc
index 079f69cdc005cc03478f7a370376ef5909bd7d63..3da7a50ff2c57dfe515e8a0c16c7c66d816d3dcd 100644 (file)
@@ -37,6 +37,7 @@ using std::map;
 using boost::bind;
 using boost::optional;
 using boost::shared_ptr;
+using namespace dcpomatic;
 
 int const AudioPlot::_minimum = -70;
 int const AudioPlot::_cursor_size = 8;