add dependencies in charset.cpp

This commit is contained in:
Pr0curo 2016-01-03 23:22:25 +01:00
parent d6d9976285
commit 4c854f449c

View File

@ -18,6 +18,7 @@
#include <nana/deploy.hpp>
#include <cwchar>
#include <clocale>
#include <cstring>
//GCC 4.7.0 does not implement the <codecvt> and codecvt_utfx classes
#ifndef STD_CODECVT_NOT_SUPPORTED