diff options
Diffstat (limited to 'src/ExternalLexer.cxx')
| -rw-r--r-- | src/ExternalLexer.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index 682320889..25d83ceb8 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -8,8 +8,8 @@  #include <stdlib.h>  #include <string.h>  #include <stdio.h> -#include <ctype.h>  #include <assert.h> +#include <ctype.h>  #include <string> | 
