summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/examine_content_job.cc1
-rw-r--r--src/lib/job_manager.cc1
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;