Commit 09f97d9
committed
Use <cctype> in debug_dump header
Replace the C header `<ctype.h>` with the C++ equivalent `<cctype>` in `debug_dump.h` to align with C++ include conventions and improve standard-library compatibility.1 parent ef487d3 commit 09f97d9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments