Copyright date.
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Apr 2014 21:57:17 +0000 (22:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Apr 2014 21:57:17 +0000 (22:57 +0100)
src/lib/transcoder.cc

index 8146fc167928aa90e328b63d75dfd0ea89985a7c..810606391b18381883f0117829d802dbbc2590f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@
 #include "job.h"
 
 using std::string;
+using std::cout;
 using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::dynamic_pointer_cast;