]> git.mxchange.org Git - flightgear.git/commitdiff
Minor fix for Irix.
authorcurt <curt>
Mon, 30 Jul 2001 22:06:33 +0000 (22:06 +0000)
committercurt <curt>
Mon, 30 Jul 2001 22:06:33 +0000 (22:06 +0000)
src/Input/fgjs.cxx

index 618a08a681ec5cf922cd41a25e21f28e9700f667..7631dd16273ec31801e0882651b6856de37f85e6 100644 (file)
@@ -33,8 +33,8 @@ SG_USING_STD(fstream);
 SG_USING_STD(cout);
 SG_USING_STD(endl);
 SG_USING_STD(ios);
-SG_USING_STD(string);
 #endif
+SG_USING_STD(string);
 
 
 string axes_humannames[8] = { "elevator", "ailerons", "rudder", "throttle",