added include command to ITypeAheadable.hh header for tolower()
This commit is contained in:
parent
d927862a8f
commit
cd73887b11
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue