diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-10-02 16:00:57 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-10-02 16:00:57 +1000 | 
| commit | 84776cf68513c6e62e6f5f6b4c6d829469c0c115 (patch) | |
| tree | 110a7820ef7ebc2f42a64be9d546256b931534ba /src/ScintillaBase.cxx | |
| parent | 5a3ccdb9824d7e106240a8cdbef280515efeb79d (diff) | |
| download | scintilla-mirror-84776cf68513c6e62e6f5f6b4c6d829469c0c115.tar.gz | |
Include <stdexcept> so that exceptions derived from std::runtime_error can be
used.
Diffstat (limited to 'src/ScintillaBase.cxx')
| -rw-r--r-- | src/ScintillaBase.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index ee7818ef2..f9d70ce53 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -11,6 +11,7 @@  #include <assert.h>  #include <ctype.h> +#include <stdexcept>  #include <string>  #include <vector>  #include <map> | 
