From: curt Date: Thu, 8 Nov 2001 16:52:51 +0000 (+0000) Subject: Add #include for fabs() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ff6965f98aaa520d3e984161f6d307ea2aad4ad;p=flightgear.git Add #include for fabs() --- diff --git a/src/Airports/runways.cxx b/src/Airports/runways.cxx index bbc617a73..448881ed2 100644 --- a/src/Airports/runways.cxx +++ b/src/Airports/runways.cxx @@ -25,6 +25,7 @@ # include #endif +#include // fabs() #include // sprintf() #include