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"
|
#include "ground.hxx"
|
||||||
|
|
||||||
|
SG_USING_STD(ifstream);
|
||||||
|
|
||||||
FGGround::FGGround() {
|
FGGround::FGGround() {
|
||||||
display = false;
|
display = false;
|
||||||
networkLoadOK = false;
|
networkLoadOK = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue