MSVC compile issues.
This commit is contained in:
parent
ff49cd7acf
commit
f0778a110b
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -965,7 +965,7 @@ void fgShowAircraft(const SGPath &path)
|
|||
|
||||
#ifdef _MSC_VER
|
||||
cout << "Hit a key to continue..." << endl;
|
||||
cin.get();
|
||||
std::cin.get();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue