diff options
author | Neil <nyamatongwe@gmail.com> | 2014-10-06 19:18:59 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-10-06 19:18:59 +1100 |
commit | 1409ddb48744544efe7ec715d5b6eeae6b732009 (patch) | |
tree | c67de8eba2957f601321debebad38fefde7a125d | |
parent | d26dc93d5539c17e80f7af7c99b1ce90863909e4 (diff) | |
download | scintilla-mirror-1409ddb48744544efe7ec715d5b6eeae6b732009.tar.gz |
Include <stdexcept> due to report of a problem with compiling Document.h.
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 18e33587d..7764f8ec2 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -10,6 +10,7 @@ #include <assert.h> #include <ctype.h> +#include <stdexcept> #include <new> #include <string> #include <vector> |