summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-13 21:27:00 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-13 21:27:00 +0100
commitb8d4a4326e8dae1bd1b850e6798cda9c6c319c91 (patch)
tree0daf78eec7469421283d2b6a67ed10152a33c09e /src/tools
parent8e61be024ddc5a7a6bf03b0c1c71e2add97db965 (diff)
Missing using.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index b09f4e554..70a96866c 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -52,6 +52,7 @@ using std::stringstream;
using std::map;
using std::make_pair;
using std::exception;
+using std::ofstream;
using boost::shared_ptr;
static FilmEditor* film_editor = 0;