Updated it_IT from Massimiliano.
[dcpomatic.git] / src / lib / audio_analysis.h
index c2d8db8760622662a59e11541dbdfbf874aa336c..6e0e2b78a8cf7a5a52f72586259eefb6eb238450 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <iostream>
 #include <vector>
+#include <list>
 
 class AudioPoint
 {
@@ -59,7 +60,6 @@ public:
 
        void write (std::string);
 
-
 private:
        std::vector<std::vector<AudioPoint> > _data;
 };