From cd73887b11cdb34dc107e658a490f4e1246f4d93 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 17 May 2007 20:35:09 +0000 Subject: added include command to ITypeAheadable.hh header for tolower() --- src/FbTk/ITypeAheadable.hh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/FbTk/ITypeAheadable.hh b/src/FbTk/ITypeAheadable.hh index 4a5b7cc..1b0bd03 100644 --- a/src/FbTk/ITypeAheadable.hh +++ b/src/FbTk/ITypeAheadable.hh @@ -24,6 +24,12 @@ #include +#ifdef HAVE_CCTYPE + #include +#else + #include +#endif // HAVE_CCTYPE + namespace FbTk { // abstract base class providing access and validation -- cgit v0.11.2