From 4c854f449cef42097e3fbd740a6f94d90dad1e0c Mon Sep 17 00:00:00 2001 From: Pr0curo Date: Sun, 3 Jan 2016 23:22:25 +0100 Subject: [PATCH] add dependencies in charset.cpp --- source/charset.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/charset.cpp b/source/charset.cpp index 388729a9..eed89a8d 100644 --- a/source/charset.cpp +++ b/source/charset.cpp @@ -18,6 +18,7 @@ #include #include #include +#include //GCC 4.7.0 does not implement the and codecvt_utfx classes #ifndef STD_CODECVT_NOT_SUPPORTED