From: curt Date: Tue, 15 May 2001 20:26:47 +0000 (+0000) Subject: Tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=948d02055de80ad1722e28be6d49472d9e0c2859;p=simgear.git Tweaks. --- diff --git a/simgear/threads/SGThread.cxx b/simgear/threads/SGThread.cxx index ac3ee933..f7de11f7 100644 --- a/simgear/threads/SGThread.cxx +++ b/simgear/threads/SGThread.cxx @@ -1,5 +1,10 @@ #include -#include + +#ifdef _MSC_VER +# include +#else +# include +#endif #include "SGThread.hxx"