X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Faudio_plot.cc;h=3da7a50ff2c57dfe515e8a0c16c7c66d816d3dcd;hp=cabbd206af5e0e22302e8d7decddc325bc3377c6;hb=edfb627f1226814ac804473b54d781ffd6db2700;hpb=a423c0a0a6c891d0cacd42a3ac04c110c5f2be2e diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index cabbd206a..3da7a50ff 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -26,6 +26,7 @@ #include #include #include +#include using std::cout; using std::vector; @@ -36,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;