Missing include.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Dec 2012 00:32:11 +0000 (00:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Dec 2012 00:32:11 +0000 (00:32 +0000)
src/lib/encoder.cc

index 7a475a8594c00eede242fd58c875c85b6a0baf60..16bf624084527c0cfdb8470f9f6109778db9a768 100644 (file)
@@ -21,6 +21,7 @@
  *  @brief Parent class for classes which can encode video and audio frames.
  */
 
+#include <iostream>
 #include <boost/filesystem.hpp>
 #include <boost/lexical_cast.hpp>
 #include "encoder.h"