X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2Fauto_gui.hxx;h=f4226ac0e3b64666901b41f1dc4a4120eecb943b;hb=73e70fdb29c4c512779b6759d1e6aa487818e841;hp=44db9965c581afbcf23c9ed5aca9331b17ca5124;hpb=ec358a6b16e717f556cfab0a66d1cc0895b60aa3;p=flightgear.git diff --git a/src/Autopilot/auto_gui.hxx b/src/Autopilot/auto_gui.hxx index 44db9965c..f4226ac0e 100644 --- a/src/Autopilot/auto_gui.hxx +++ b/src/Autopilot/auto_gui.hxx @@ -25,13 +25,19 @@ #ifndef _AUTO_GUI_HXX #define _AUTO_GUI_HXX +#include + +#include STL_STRING + +SG_USING_STD( string ); + // Defines #define AP_CURRENT_HEADING -1 // prototypes class puObject; -void fgAPAdjust( puObject * ); +// void fgAPAdjust( puObject * ); void NewHeading(puObject *cb); void NewAltitude(puObject *cb); void AddWayPoint(puObject *cb);