From: Frederic Bouvier Date: Wed, 5 Oct 2011 06:13:31 +0000 (+0200) Subject: Fix win32 build of decode_binobj X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa9e91f926de395575a5374642af78c9e3fbb6b5;p=simgear.git Fix win32 build of decode_binobj --- diff --git a/simgear/io/decode_binobj.cxx b/simgear/io/decode_binobj.cxx index 3088393b..af2ae2b9 100644 --- a/simgear/io/decode_binobj.cxx +++ b/simgear/io/decode_binobj.cxx @@ -4,7 +4,10 @@ #include +#ifndef _WIN32 #include +#endif + #include #include