]> git.mxchange.org Git - flightgear.git/commitdiff
Add #include <math.h> for fabs()
authorcurt <curt>
Thu, 8 Nov 2001 16:52:51 +0000 (16:52 +0000)
committercurt <curt>
Thu, 8 Nov 2001 16:52:51 +0000 (16:52 +0000)
src/Airports/runways.cxx

index bbc617a73e8ecbd767b862353c0d8a0c10d9c202..448881ed238f4c9624140187f3c44807f3e69334 100644 (file)
@@ -25,6 +25,7 @@
 #  include <config.h>
 #endif
 
+#include <math.h>               // fabs()
 #include <stdio.h>              // sprintf()
 
 #include <simgear/compiler.h>