diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
| commit | c2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch) | |
| tree | 538dc2cf638cd6dd184a4904a950e69082a55e5b /src/lib/transcode_job.cc | |
| parent | 99856300c7080f7602507ae6f64b870200710736 (diff) | |
Include tidying.
Diffstat (limited to 'src/lib/transcode_job.cc')
| -rw-r--r-- | src/lib/transcode_job.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index 122f7f799..eb1991297 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -21,13 +21,14 @@ * @brief A job which transcodes from one format to another. */ -#include <iostream> -#include <iomanip> #include "transcode_job.h" #include "film.h" #include "transcoder.h" #include "log.h" #include "safe_stringstream.h" +#include "compose.hpp" +#include <iostream> +#include <iomanip> #include "i18n.h" |
