]> git.mxchange.org Git - flightgear.git/commitdiff
Add SG_USING_STD(ifstream)
authordaveluff <daveluff>
Fri, 20 Dec 2002 09:48:09 +0000 (09:48 +0000)
committerdaveluff <daveluff>
Fri, 20 Dec 2002 09:48:09 +0000 (09:48 +0000)
src/ATC/ground.cxx

index 8ca828ad0cdc4c65d695ade3299ee63a307915c6..bd918d075af711938a9257adffba2b30c6163e7d 100644 (file)
@@ -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