From e785eb74a5048c76bac31109f598e3d50bca01da Mon Sep 17 00:00:00 2001 From: daveluff Date: Fri, 20 Dec 2002 09:48:09 +0000 Subject: [PATCH] Add SG_USING_STD(ifstream) --- src/ATC/ground.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ATC/ground.cxx b/src/ATC/ground.cxx index 8ca828ad0..bd918d075 100644 --- a/src/ATC/ground.cxx +++ b/src/ATC/ground.cxx @@ -30,6 +30,8 @@ #include "ground.hxx" +SG_USING_STD(ifstream); + FGGround::FGGround() { display = false; networkLoadOK = false; @@ -399,4 +401,4 @@ void FGGround::AssignGate(ground_rec &g) { // we'll hardwire the gate! // In the long run the logic of which gate or area to send the plane to could be somewhat non-trivial. } -#endif //0 \ No newline at end of file +#endif //0 -- 2.39.5