From 1d44e93c73f90141287965071e0e61fd2312bccb Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 2 Dec 2007 12:29:29 +0000 Subject: [PATCH] Win32 fix --- src/Input/fgjs.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5