diff options
| author | nyamatongwe <devnull@localhost> | 2011-11-14 08:31:31 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-11-14 08:31:31 +1100 |
| commit | a3c9750142a146639e61aba2ea50a53a8c5c3dae (patch) | |
| tree | 38822dd9dbffe26e5002a1a4be031a4b0fbf4500 /lexers/LexAda.cxx | |
| parent | 956d70ffc712873abe5cfa00a1235ab19c3d0ece (diff) | |
| download | scintilla-mirror-a3c9750142a146639e61aba2ea50a53a8c5c3dae.tar.gz | |
Added ctype to avoid compilation problems for Padre.
Diffstat (limited to 'lexers/LexAda.cxx')
| -rw-r--r-- | lexers/LexAda.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexers/LexAda.cxx b/lexers/LexAda.cxx index e109514cb..49eb2c68b 100644 --- a/lexers/LexAda.cxx +++ b/lexers/LexAda.cxx @@ -10,6 +10,7 @@ #include <stdio.h> #include <stdarg.h> #include <assert.h> +#include <ctype.h> #include <string> |
