mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 02:44:30 +00:00
802e099e35
tricky issue with isfinite: <cmath> also stomps on that (C99) macro, instead of only C89 libc. fix: include math.h instead. rationale is documented. This was SVN commit r4224.