diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:27:25 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:27:25 +1000 |
commit | f12cb246cd2e35dfc361015c7abb83341e919c34 (patch) | |
tree | cee7143df3cc241448d03fe7d57a66073048b1b2 /src/ExternalLexer.cxx | |
parent | 2a9a4f7adca821855956169ffd0fbf6b12c2c6c3 (diff) | |
download | scintilla-mirror-f12cb246cd2e35dfc361015c7abb83341e919c34.tar.gz |
Make std::exception visible to all core code to remove chance that a different
tool set will not indirectly include <stdexcept>.
Diffstat (limited to 'src/ExternalLexer.cxx')
-rw-r--r-- | src/ExternalLexer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index 25d83ceb8..2f81df7e0 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -11,6 +11,7 @@ #include <assert.h> #include <ctype.h> +#include <stdexcept> #include <string> #include "Platform.h" |