diff options
Diffstat (limited to 'scintilla/src/Indicator.cxx')
-rw-r--r-- | scintilla/src/Indicator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Indicator.cxx b/scintilla/src/Indicator.cxx index ec5db53..6b012a9 100644 --- a/scintilla/src/Indicator.cxx +++ b/scintilla/src/Indicator.cxx @@ -5,6 +5,7 @@ // Copyright 1998-2001 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 <map>
|