Try to fix the filter / AVFrame ownership.
[dcpomatic.git] / src / lib / audio_analysis.cc
index b29ed1707d0e01d8d8aaa08c7ab0a27019b0c446..9d708bbfdd07f30e07327781cc328828a4ecce06 100644 (file)
@@ -31,6 +31,8 @@ using std::ofstream;
 using std::ifstream;
 using std::vector;
 using std::cout;
+using std::max;
+using std::list;
 
 AudioPoint::AudioPoint ()
 {