diff options
Diffstat (limited to 'scintilla/src/ExternalLexer.cxx')
-rw-r--r-- | scintilla/src/ExternalLexer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ExternalLexer.cxx b/scintilla/src/ExternalLexer.cxx index 8ccb34f..75396a7 100644 --- a/scintilla/src/ExternalLexer.cxx +++ b/scintilla/src/ExternalLexer.cxx @@ -11,6 +11,7 @@ #include <assert.h>
#include <ctype.h>
+#include <stdexcept>
#include <string>
#include "Platform.h"
|