summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-07 19:37:27 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-07 19:37:27 +0100
commitdc1bedc93491fc2553252322425f9a5f860f1e5c (patch)
tree1b354d5188f6b38bcd61653eb64056ab18548a70 /src
parent5ad33b463f977a286f69fd1c87c0db8cc8ac9e56 (diff)
Fix previous.
Diffstat (limited to 'src')
-rw-r--r--src/iso6937.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/iso6937.h b/src/iso6937.h
index d994987..9175230 100644
--- a/src/iso6937.h
+++ b/src/iso6937.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,6 +17,8 @@
*/
+#include <iostream>
+
namespace sub {
extern std::wstring iso6937_to_utf16 (std::string);