diff options
| author | mitchell <unknown> | 2020-04-05 16:00:55 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-04-05 16:00:55 -0400 |
| commit | 5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744 (patch) | |
| tree | b7216cc0c52046816f7bc5f060b354dfc010fe58 /curses | |
| parent | b467fbec5c0b13bb71444191b250b50677238361 (diff) | |
| download | scintilla-mirror-5f4a3252dfb66b77f6ed4acf0e4bc46a5c678744.tar.gz | |
Backport: Widen types to size_t to match change from int to position of CallTipSetHlt
in Scintilla.iface.
Backport of changeset 8098:228c9f9aa839.
Diffstat (limited to 'curses')
| -rw-r--r-- | curses/ScintillaCurses.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index 13b6a4117..21330996e 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -8,6 +8,7 @@ #include <stdint.h> #include <string.h> #include <math.h> +#include <assert.h> #include <wchar.h> #include <stdexcept> |
