diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/FbString.hh | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
27 | 27 | ||
28 | #include <string> | 28 | #include <string> |
29 | 29 | ||
30 | #include "config.h" | ||
31 | #ifdef HAVE_ICONV | ||
32 | #include <iconv.h> | ||
33 | #endif // HAVE_ICONV | ||
34 | |||
30 | namespace FbTk { | 35 | namespace FbTk { |
31 | 36 | ||
32 | // Use this type for things converted to our internal encoding (UTF-8) | 37 | // Use this type for things converted to our internal encoding (UTF-8) |