]> git.mxchange.org Git - flightgear.git/commitdiff
Small fix for Irix.
authorcurt <curt>
Wed, 23 Jan 2002 22:11:51 +0000 (22:11 +0000)
committercurt <curt>
Wed, 23 Jan 2002 22:11:51 +0000 (22:11 +0000)
src/FDM/UIUCModel/uiuc_aircraft.h

index ff22a2b8dedd78e70d42150b06854961d5784c2f..d82817c29cbe2ef390853d1eb7f705b1b71e4fb2 100644 (file)
 SG_USING_STD(map);
 #if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(iostream);
-#endif
 SG_USING_STD(ofstream);
+#endif
 
 
 typedef stack :: iterator LIST;