summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 00:32:11 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 00:32:11 +0000
commit5177f060bd19951342359b9e0df8017678bea842 (patch)
tree936d69d492a2a50acd0551fdbbb1210d9a29b464 /src/lib/encoder.cc
parent58bf77268a8e82e73d7f17ab2fe6dcd29370ade3 (diff)
Missing include.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index 7a475a859..16bf62408 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -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"