summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-14 01:36:51 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-14 01:36:51 +0100
commitaa3c4f99bc31ed85262031bc347a75361f93eb09 (patch)
treecef21fbcac5309826993a7559a87350763a60b45 /src
parentb8d4a4326e8dae1bd1b850e6798cda9c6c319c91 (diff)
NS fix.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 70a96866c..3628fd450 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -18,6 +18,7 @@
*/
#include <iostream>
+#include <fstream>
#include <boost/filesystem.hpp>
#ifdef __WXMSW__
#include <shellapi.h>
@@ -459,7 +460,7 @@ setup_i18n ()
{
int language = wxLANGUAGE_DEFAULT;
- ofstream f ("c:/users/carl/foo", ios::app);
+ ofstream f ("c:/users/carl/foo", std::ios::app);
f << "Hello.\n";
if (Config::instance()->language()) {