Add SG_USING_STD(ifstream)
This commit is contained in:
parent
c7ab26871c
commit
e785eb74a5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
#endif //0
|
||||
|
|
Loading…
Reference in a new issue