Missing <iostream> include. From Markus Kalb.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Sep 2014 12:22:14 +0000 (13:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Sep 2014 12:22:14 +0000 (13:22 +0100)
src/lib/audio_analysis.cc

index 98d092726c9487f8152a97b6965bd4ff3219df4e..46477950c90b7617abecee43565d90716dccbf1d 100644 (file)
@@ -21,6 +21,7 @@
 #include <cmath>
 #include <cassert>
 #include <cstdio>
+#include <iostream>
 #include <boost/filesystem.hpp>
 #include "audio_analysis.h"
 #include "cross.h"