]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/tower.hxx
- fixed ANSI C++ namespace problems
[flightgear.git] / src / ATC / tower.hxx
index 2d66b091d08f326f95def8cdb599a85001f46632..58ba4d389417fb3fb42635b58e3c6192bf35b479 100644 (file)
 #include <simgear/math/sg_geodesy.hxx>
 #include <plib/sg.h>
 
+#include <iostream>
 #include <string>
 
 SG_USING_STD(string);
+SG_USING_STD(ios);
 
 #include "ATC.hxx"
 
@@ -145,4 +147,4 @@ operator >> ( istream& in, FGTower& t )
 }
 
 
-#endif  //_FG_TOWER_HXX
\ No newline at end of file
+#endif  //_FG_TOWER_HXX