]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.hxx
Patch from Julian Foad:
[flightgear.git] / src / ATC / approach.hxx
index 8376ab3de4401afbacba83510ec7cbf517c99919..5c437baf50b5ed3e2ea57c2a687a727409f22f1f 100644 (file)
@@ -38,7 +38,7 @@
 #include <iomanip>
 #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
-#elif defined( __BORLANDC__ )
+#elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>
@@ -263,4 +263,4 @@ operator >> ( istream& in, FGApproach& a )
     return in >> skipeol;
 }
 
-#endif // _FG_APPROACH_HXX
\ No newline at end of file
+#endif // _FG_APPROACH_HXX