From e6aa5b23207cceebcf77f1a6fa3ba047e2d8599b Mon Sep 17 00:00:00 2001 From: frohlich Date: Mon, 25 May 2009 05:03:27 +0000 Subject: [PATCH] Make it compile with gcc-4.4.0 Modified Files: utils/GPSsmooth/UGear_command.cxx --- utils/GPSsmooth/UGear_command.cxx | 1 + 1 file changed, 1 insertion(+) 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"