aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-10-06 19:18:59 +1100
committerNeil <nyamatongwe@gmail.com>2014-10-06 19:18:59 +1100
commit1409ddb48744544efe7ec715d5b6eeae6b732009 (patch)
treec67de8eba2957f601321debebad38fefde7a125d
parentd26dc93d5539c17e80f7af7c99b1ce90863909e4 (diff)
downloadscintilla-mirror-1409ddb48744544efe7ec715d5b6eeae6b732009.tar.gz
Include <stdexcept> due to report of a problem with compiling Document.h.
-rw-r--r--gtk/ScintillaGTK.cxx1
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>