aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-04 09:04:07 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-04 09:04:07 +1000
commitb99709fe6a36e46d14886d04a8f33e81dd5dc890 (patch)
tree09715fc3adbafe40d7452a9fc7b8608287f98bbc /src/PerLine.cxx
parent508e2c9c45b3f68a8c8ac32878bdede0d07bfa52 (diff)
downloadscintilla-mirror-b99709fe6a36e46d14886d04a8f33e81dd5dc890.tar.gz
Also need to see std::exception in PerLine.
Diffstat (limited to 'src/PerLine.cxx')
-rw-r--r--src/PerLine.cxx1
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>