From 723ef9010868d543f7d9d97b6e6ddc32fb9f3552 Mon Sep 17 00:00:00 2001 From: jez <> Date: Tue, 11 Sep 2007 08:32:54 +0000 Subject: [PATCH] the last, I think, of the namespace shuffling business --- examples/Utils/transcode.cpp | 2 ++ include/convert/ucs2utf8codecvt.hpp | 2 +- include/convert/utf16utf8codecvt.hpp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/Utils/transcode.cpp b/examples/Utils/transcode.cpp index 751a834d..22788ca6 100644 --- a/examples/Utils/transcode.cpp +++ b/examples/Utils/transcode.cpp @@ -23,7 +23,9 @@ std::ifstream inputFile; std::ofstream outputFile; +using namespace Arabica::io; using namespace Arabica::convert; + iconvert_adaptor iByteConvertor(std::cin); oconvert_adaptor oByteConvertor(std::cout); bool needWCharIntermediary = false; diff --git a/include/convert/ucs2utf8codecvt.hpp b/include/convert/ucs2utf8codecvt.hpp index 549feeab..2bf29756 100644 --- a/include/convert/ucs2utf8codecvt.hpp +++ b/include/convert/ucs2utf8codecvt.hpp @@ -17,7 +17,7 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND diff --git a/include/convert/utf16utf8codecvt.hpp b/include/convert/utf16utf8codecvt.hpp index 1d920d18..5daab11e 100644 --- a/include/convert/utf16utf8codecvt.hpp +++ b/include/convert/utf16utf8codecvt.hpp @@ -17,7 +17,7 @@ #include #ifndef ARABICA_NO_CODECVT_SPECIALISATIONS -#include +#include #endif #ifdef ARABICA_VS6_WORKAROUND