aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-10-02 16:00:57 +1000
committerNeil <nyamatongwe@gmail.com>2014-10-02 16:00:57 +1000
commit4b201b6d6065b5427cec28bf89ce60029e80eab1 (patch)
tree8c6ec0c5b395584594cff194644bfd2c72bc2c2a /src/EditModel.cxx
parentf0aa208a18adea9e4700a962955d3e8b93ce9bdd (diff)
downloadscintilla-mirror-4b201b6d6065b5427cec28bf89ce60029e80eab1.tar.gz
Include <stdexcept> so that exceptions derived from std::runtime_error can be
used.
Diffstat (limited to 'src/EditModel.cxx')
-rw-r--r--src/EditModel.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditModel.cxx b/src/EditModel.cxx
index 8f66da463..fe65a8bf8 100644
--- a/src/EditModel.cxx
+++ b/src/EditModel.cxx
@@ -12,6 +12,7 @@
#include <assert.h>
#include <ctype.h>
+#include <stdexcept>
#include <string>
#include <vector>
#include <map>