Fix compile error with some compilers not including iconv.h before FbString.hh
markt markt
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
src/FbTk/FbString.hh
→
src/FbTk/FbString.hh
@@ -27,6 +27,11 @@ #define FBTK_FBSTRING_HH
#include <string> +#include "config.h" +#ifdef HAVE_ICONV +#include <iconv.h> +#endif // HAVE_ICONV + namespace FbTk { // Use this type for things converted to our internal encoding (UTF-8)