diff options
| -rw-r--r-- | lexers/LexVerilog.cxx | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/lexers/LexVerilog.cxx b/lexers/LexVerilog.cxx index dae650bf8..6e62f5ba1 100644 --- a/lexers/LexVerilog.cxx +++ b/lexers/LexVerilog.cxx @@ -13,6 +13,11 @@  #include <assert.h>  #include <ctype.h> +#include <string> +#include <vector> +#include <map> +#include <algorithm> +  #include "ILexer.h"  #include "Scintilla.h"  #include "SciLexer.h" @@ -24,10 +29,6 @@  #include "CharacterSet.h"  #include "LexerModule.h" -#include <string> -#include <vector> -#include <map> -  #include "OptionSet.h"  #include "SubStyles.h"  | 
