aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseFolder.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
commite767f21c8ce6bb5c6291fd501562b8392c93ce70 (patch)
treedd323341ddd9029a4585a921a08c2048f31ba57b /src/CaseFolder.cxx
parent82d6074c68595aab4610a39767b9007908a83a62 (diff)
downloadscintilla-mirror-e767f21c8ce6bb5c6291fd501562b8392c93ce70.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/CaseFolder.cxx')
-rw-r--r--src/CaseFolder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CaseFolder.cxx b/src/CaseFolder.cxx
index 200ac99b8..4e095df1a 100644
--- a/src/CaseFolder.cxx
+++ b/src/CaseFolder.cxx
@@ -5,6 +5,7 @@
// Copyright 1998-2013 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
+#include <stdexcept>
#include <vector>
#include <algorithm>