diff options
author | Neil <nyamatongwe@gmail.com> | 2021-11-03 13:55:36 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-11-03 13:55:36 +1100 |
commit | 4e5cb7f78e0dce0dd9369d01d9ec26a2dc03add8 (patch) | |
tree | 772336ff1f8c48511e51be454a40bab81b71c9f3 /src/XPM.cxx | |
parent | 1356d9e85162729ab99b5ea2dca2d67b250812ac (diff) | |
download | scintilla-mirror-4e5cb7f78e0dce0dd9369d01d9ec26a2dc03add8.tar.gz |
Added <climits> for UCHAR_MAX.
Diffstat (limited to 'src/XPM.cxx')
-rw-r--r-- | src/XPM.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XPM.cxx b/src/XPM.cxx index 71dbc624e..65c2d4835 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -7,6 +7,7 @@ #include <cstdlib> #include <cstring> +#include <climits> #include <stdexcept> #include <string_view> |