aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-04 09:27:25 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-04 09:27:25 +1000
commitf12cb246cd2e35dfc361015c7abb83341e919c34 (patch)
treecee7143df3cc241448d03fe7d57a66073048b1b2 /src/Style.cxx
parent2a9a4f7adca821855956169ffd0fbf6b12c2c6c3 (diff)
downloadscintilla-mirror-f12cb246cd2e35dfc361015c7abb83341e919c34.tar.gz
Make std::exception visible to all core code to remove chance that a different
tool set will not indirectly include <stdexcept>.
Diffstat (limited to 'src/Style.cxx')
-rw-r--r--src/Style.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Style.cxx b/src/Style.cxx
index ba3f97c3d..d8efd0ece 100644
--- a/src/Style.cxx
+++ b/src/Style.cxx
@@ -7,6 +7,8 @@
#include <string.h>
+#include <stdexcept>
+
#include "Platform.h"
#include "Scintilla.h"