]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/pisimplecontroller.cxx
Expose a radio function (receiveBeacon) to the Nasal subsystem
[flightgear.git] / src / Autopilot / pisimplecontroller.cxx
index b19633adf46205022bab50800ee5e46de4433b98..c332606988253b617a0af305a4947d4a71d15a14 100644 (file)
@@ -25,6 +25,9 @@
 
 using namespace FGXMLAutopilot;
 
+using std::endl;
+using std::cout;
+
 PISimpleController::PISimpleController() :
     AnalogComponent(),
     _int_sum( 0.0 )