From b699ed4d9e4fd99fd894b5d3d2e3767c41ebf80c Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 25 Jun 2006 19:04:46 +0000 Subject: Fix compile error with some compilers not including iconv.h before FbString.hh --- src/FbTk/FbString.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/FbTk/FbString.hh b/src/FbTk/FbString.hh index cfa44d9..502290b 100644 --- a/src/FbTk/FbString.hh +++ b/src/FbTk/FbString.hh @@ -27,6 +27,11 @@ #include +#include "config.h" +#ifdef HAVE_ICONV +#include +#endif // HAVE_ICONV + namespace FbTk { // Use this type for things converted to our internal encoding (UTF-8) -- cgit v0.11.2