Commit dac61fa
Fix eedi3m build on GCC 13+: add missing cstddef include
std::max_align_t requires <cstddef> on GCC 13+ which Ubuntu 22.04
arm64 runners use. Patch the source before building.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent abfea72 commit dac61fa
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| 574 | + | |
574 | 575 | | |
575 | 576 | | |
576 | 577 | | |
577 | | - | |
| 578 | + | |
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| |||
0 commit comments