diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-07 19:33:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-07 19:33:54 +0100 |
| commit | 5ad33b463f977a286f69fd1c87c0db8cc8ac9e56 (patch) | |
| tree | 6a9a4124990ae801412b3b474a06e551e4c9ace1 /test/iso6937_test.cc | |
| parent | 0d022c11fd502186caef368d9cd77e095f74026c (diff) | |
Missing iostream includes for Arch.
Diffstat (limited to 'test/iso6937_test.cc')
| -rw-r--r-- | test/iso6937_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/iso6937_test.cc b/test/iso6937_test.cc index f537230..ccb21f2 100644 --- a/test/iso6937_test.cc +++ b/test/iso6937_test.cc @@ -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 @@ -18,8 +18,9 @@ */ #include <boost/test/unit_test.hpp> -#include <boost/locale.hpp> #include "iso6937.h" +#include <boost/locale.hpp> +#include <iostream> using std::cout; using boost::locale::conv::utf_to_utf; |
