Add float.h include to int8.c, for isnan().

Andres Freund <andres@anarazel.de>

Commit: 8e211f5391465bddda79e17e63c79dbc8c70e6d1
Author: Andres Freund <andres@anarazel.de>
Date: 2017-12-13T07:32:43Z
Releases: 11.0
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.

Files

PathChange+/−
src/backend/utils/adt/int8.c modified +1 −0