diff options
author | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:04:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-07-04 09:04:07 +1000 |
commit | b99709fe6a36e46d14886d04a8f33e81dd5dc890 (patch) | |
tree | 09715fc3adbafe40d7452a9fc7b8608287f98bbc | |
parent | 508e2c9c45b3f68a8c8ac32878bdede0d07bfa52 (diff) | |
download | scintilla-mirror-b99709fe6a36e46d14886d04a8f33e81dd5dc890.tar.gz |
Also need to see std::exception in PerLine.
-rw-r--r-- | src/PerLine.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PerLine.cxx b/src/PerLine.cxx index 14d89e100..76328b54c 100644 --- a/src/PerLine.cxx +++ b/src/PerLine.cxx @@ -7,6 +7,7 @@ #include <string.h> +#include <stdexcept> #include <vector> #include <algorithm> |