From e7e67fd46823d926733692bbec9dea9e29abdd0b Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 30 Jul 2001 22:06:33 +0000 Subject: [PATCH] Minor fix for Irix. --- src/Input/fgjs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Input/fgjs.cxx b/src/Input/fgjs.cxx index 618a08a68..7631dd162 100644 --- a/src/Input/fgjs.cxx +++ b/src/Input/fgjs.cxx @@ -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", -- 2.39.5