diff options
| author | Joel Klinghed <the_jk@opera.com> | 2023-07-18 14:10:13 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2023-07-18 14:10:13 +0200 |
| commit | 467db2e9086bdffb9adfcb2143684471c061f206 (patch) | |
| tree | d62400867b91f7b6dcc8fbd6291c1acbf1c7ffeb /src/gui_hexdump.hh | |
| parent | 4c37e28978eda34ff625c0f830d603107a50bc3d (diff) | |
Add missing includes for cstdint
Worked with older STL because the types leaked.
Diffstat (limited to 'src/gui_hexdump.hh')
| -rw-r--r-- | src/gui_hexdump.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_hexdump.hh b/src/gui_hexdump.hh index f21479e..6277850 100644 --- a/src/gui_hexdump.hh +++ b/src/gui_hexdump.hh @@ -3,6 +3,7 @@ #ifndef GUI_HEXDUMP_HH #define GUI_HEXDUMP_HH +#include <cstdint> #include <string> class AttributedText; |
