]> git.mxchange.org Git - flightgear.git/commitdiff
Added #include <math.h> for fabs()
authorcurt <curt>
Mon, 16 Oct 2000 20:47:47 +0000 (20:47 +0000)
committercurt <curt>
Mon, 16 Oct 2000 20:47:47 +0000 (20:47 +0000)
src/FDM/UIUCModel/uiuc_aerodeflections.cpp

index 1050f9538d354993d2e11092e92fb5b54ec8ec33..0581dc6b0c095cd02517e122f995fa84bea5234a 100644 (file)
@@ -68,6 +68,8 @@
 
 **********************************************************************/
 
+#include <math.h>
+
 #include "uiuc_aerodeflections.h"
 
 void uiuc_aerodeflections( double dt )