From: ehofman Date: Sun, 18 Sep 2005 09:19:07 +0000 (+0000) Subject: MSVC fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ce68a49c69e6b873852ce306b8190f4f2cae8fe;p=simgear.git MSVC fix. --- diff --git a/simgear/io/lowlevel.hxx b/simgear/io/lowlevel.hxx index 04b3aba6..e703a058 100644 --- a/simgear/io/lowlevel.hxx +++ b/simgear/io/lowlevel.hxx @@ -27,10 +27,15 @@ #ifndef _SG_LOWLEVEL_HXX #define _SG_LOWLEVEL_HXX +#ifdef HAVE_CONFIG_H +# include +#endif #include -#include #include +#ifdef HAVE_STDINT_H +#include +#endif #include