diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:11:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:11:20 +0100 |
| commit | 1d347f4ed0f7840236a91477075f4dc7af16f23d (patch) | |
| tree | b16589bef7285ada4c51473686a21f9934057ee8 /src/lib | |
| parent | 7287abe9609c2648e37b965efb1e1fa2bb0ce17a (diff) | |
Try again to fix ui signalling during tests.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/examine_content_job.cc | 1 | ||||
| -rw-r--r-- | src/lib/job_manager.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 3cab9716d..cbf180ffc 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -26,6 +26,7 @@ #include "i18n.h" using std::string; +using std::cout; using boost::shared_ptr; ExamineContentJob::ExamineContentJob (shared_ptr<const Film> f, shared_ptr<Content> c) diff --git a/src/lib/job_manager.cc b/src/lib/job_manager.cc index 95961c3fc..a841fa60b 100644 --- a/src/lib/job_manager.cc +++ b/src/lib/job_manager.cc @@ -30,6 +30,7 @@ using std::string; using std::list; +using std::cout; using boost::shared_ptr; using boost::weak_ptr; |
