added include command to ITypeAheadable.hh header for tolower()

This commit is contained in:
markt 2007-05-17 20:35:09 +00:00
parent d927862a8f
commit cd73887b11

View file

@ -24,6 +24,12 @@
#include <string> #include <string>
#ifdef HAVE_CCTYPE
#include <cctype>
#else
#include <ctype.h>
#endif // HAVE_CCTYPE
namespace FbTk { namespace FbTk {
// abstract base class providing access and validation // abstract base class providing access and validation