|
From: Mathias F. <fro...@ba...> - 2010-05-02 23:02:53
|
Update of /var/cvs/FlightGear-0.9/source/src/Airports In directory baron.flightgear.org:/tmp/cvs-serv29417/src/Airports Modified Files: apt_loader.cxx Log Message: Use methods from SGMath when possible. Modified Files: src/Airports/apt_loader.cxx src/Navaids/positioned.cxx src/Navaids/positioned.hxx Index: apt_loader.cxx =================================================================== RCS file: /var/cvs/FlightGear-0.9/source/src/Airports/apt_loader.cxx,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- apt_loader.cxx 25 Apr 2010 08:33:27 -0000 1.31 +++ apt_loader.cxx 2 May 2010 21:57:08 -0000 1.32 @@ -39,6 +39,7 @@ #include <simgear/misc/sgstream.hxx> #include <simgear/misc/strutils.hxx> #include <simgear/structure/exception.hxx> +#include <simgear/bucket/newbucket.hxx> #include <string> |