add #include math.h to LALEOBNonQCCorrection.c
Description
The MR in !903 (merged) added a bunch of missing heaader files.
When I tried to build LALSuite today I got a bunch of errors similar to "Implicit declaration of sqrt" (and cos I think) from inside lalinspiral/src/LALEOBNonQCCorrection.c
.
These errors went away once I'd added math.h as an import into that file.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Not reviewed