aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
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 /cocoa/ScintillaCocoa.h
parentf0aa208a18adea9e4700a962955d3e8b93ce9bdd (diff)
downloadscintilla-mirror-4b201b6d6065b5427cec28bf89ce60029e80eab1.tar.gz
Include <stdexcept> so that exceptions derived from std::runtime_error can be
used.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 122df7b44..384282270 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -18,6 +18,7 @@
#include <time.h>
#include <ctype.h>
+#include <stdexcept>
#include <string>
#include <vector>
#include <map>