From: frohlich Date: Mon, 25 May 2009 05:03:27 +0000 (+0000) Subject: Make it compile with gcc-4.4.0 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6aa5b23207cceebcf77f1a6fa3ba047e2d8599b;p=flightgear.git Make it compile with gcc-4.4.0 Modified Files: utils/GPSsmooth/UGear_command.cxx --- diff --git a/utils/GPSsmooth/UGear_command.cxx b/utils/GPSsmooth/UGear_command.cxx index 85485749f..c490a4238 100644 --- a/utils/GPSsmooth/UGear_command.cxx +++ b/utils/GPSsmooth/UGear_command.cxx @@ -1,4 +1,5 @@ #include +#include #include "UGear_command.hxx"