diff --git a/include/nana/charset.hpp b/include/nana/charset.hpp index 09f79bdf..0bbb9c71 100644 --- a/include/nana/charset.hpp +++ b/include/nana/charset.hpp @@ -1,15 +1,13 @@ /** * The charset Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * @file: nana/charset.hpp - * - * */ #ifndef NANA_CHARSET_HPP diff --git a/source/charset.cpp b/source/charset.cpp index eb2fcd55..5c802b15 100644 --- a/source/charset.cpp +++ b/source/charset.cpp @@ -1,7 +1,7 @@ /** * A Character Encoding Set Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at @@ -12,6 +12,7 @@ * @contributions * UTF16 4-byte decoding issue by Renke Yan. * Pr0curo(pr#98) + * crillion */ #include @@ -21,6 +22,7 @@ #include #include //Added by Pr0curo(pr#98) #include +#include //Added by crillion //GCC 4.7.0 does not implement the and codecvt_utfx classes #ifndef STD_CODECVT_NOT_SUPPORTED