Add float.h include to int8.c, for isnan().
port.h redirects isnan() to _isnan() on windows, which in turn is provided by float.h rather than math.h. Therefore include the latter as well. Per buildfarm.
Showing
Please register or sign in to comment