added include command to ITypeAheadable.hh header for tolower()
markt markt
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
src/FbTk/ITypeAheadable.hh
→
src/FbTk/ITypeAheadable.hh
@@ -24,6 +24,12 @@ #define FBTK_ITYPEAHEADABLE_HH
#include <string> +#ifdef HAVE_CCTYPE + #include <cctype> +#else + #include <ctype.h> +#endif // HAVE_CCTYPE + namespace FbTk { // abstract base class providing access and validation