From: ThorstenB Date: Sat, 24 Nov 2012 12:33:36 +0000 (+0100) Subject: MSVC compile issues. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0778a110b3e14b442e1103dcb648dc040785481;p=flightgear.git MSVC compile issues. --- diff --git a/src/AIModel/AIManager.cxx b/src/AIModel/AIManager.cxx index 44051671d..3c5617247 100644 --- a/src/AIModel/AIManager.cxx +++ b/src/AIModel/AIManager.cxx @@ -19,6 +19,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include +#include #include #include diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 23fca0508..28a0e6664 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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 }