diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-27 22:57:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-27 22:57:17 +0100 |
| commit | bec7e08e29ee49ac2b98dad2bc0edb4ac98319b2 (patch) | |
| tree | d39c7cb5378560c2105b3da5acfa244964470744 /src/lib/transcoder.cc | |
| parent | 9c5a7319d807063c22d6bc165ee414ce82e26965 (diff) | |
Copyright date.
Diffstat (limited to 'src/lib/transcoder.cc')
| -rw-r--r-- | src/lib/transcoder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc index 8146fc167..810606391 100644 --- a/src/lib/transcoder.cc +++ b/src/lib/transcoder.cc @@ -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; |
