From: fredb Date: Sun, 2 Dec 2007 12:29:29 +0000 (+0000) Subject: Win32 fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d44e93c73f90141287965071e0e61fd2312bccb;p=flightgear.git Win32 fix --- diff --git a/src/Input/fgjs.cxx b/src/Input/fgjs.cxx index 7e1bf790d..74a896205 100644 --- a/src/Input/fgjs.cxx +++ b/src/Input/fgjs.cxx @@ -28,6 +28,10 @@ #include +#ifdef _MSC_VER +#include +#endif + #include #include STL_IOSTREAM