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 | e0f309caf6642b9d98c27544131a2449cc82e1ff (patch) | |
tree | 1d575e391a76093e765a45c985e9908584e80402 | |
parent | 6383d824ceff7d6b3c16dd7c71747f36089c16ad (diff) | |
download | scintilla-mirror-e0f309caf6642b9d98c27544131a2449cc82e1ff.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> |