diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/ITypeAheadable.hh | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
24 | 24 | ||
25 | #include <string> | 25 | #include <string> |
26 | 26 | ||
27 | #ifdef HAVE_CCTYPE | ||
28 | #include <cctype> | ||
29 | #else | ||
30 | #include <ctype.h> | ||
31 | #endif // HAVE_CCTYPE | ||
32 | |||
27 | namespace FbTk { | 33 | namespace FbTk { |
28 | 34 | ||
29 | // abstract base class providing access and validation | 35 | // abstract base class providing access and validation |