forked from mirrors/0ad
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.