1
0
Fork 0

Add SG_USING_STD(ifstream)

This commit is contained in:
daveluff 2002-12-20 09:48:09 +00:00
parent c7ab26871c
commit e785eb74a5

View file

@ -30,6 +30,8 @@
#include "ground.hxx" #include "ground.hxx"
SG_USING_STD(ifstream);
FGGround::FGGround() { FGGround::FGGround() {
display = false; display = false;
networkLoadOK = false; networkLoadOK = false;
@ -399,4 +401,4 @@ void FGGround::AssignGate(ground_rec &g) {
// we'll hardwire the gate! // 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. // In the long run the logic of which gate or area to send the plane to could be somewhat non-trivial.
} }
#endif //0 #endif //0