all repos — fluxbox @ b699ed4d9e4fd99fd894b5d3d2e3767c41ebf80c

custom fork of the fluxbox windowmanager

Fix compile error with some compilers not including iconv.h before FbString.hh
markt markt
commit

b699ed4d9e4fd99fd894b5d3d2e3767c41ebf80c

parent

bf9b60833f87a8b328d71dac5879bdf7a0300d6e

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/FbTk/FbString.hhsrc/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)