From: daveluff Date: Fri, 20 Dec 2002 09:48:09 +0000 (+0000) Subject: Add SG_USING_STD(ifstream) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e785eb74a5048c76bac31109f598e3d50bca01da;p=flightgear.git Add SG_USING_STD(ifstream) --- 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