From: ehofman Date: Sun, 18 Sep 2005 09:21:54 +0000 (+0000) Subject: int64_t is in stdint.h by default. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a7a815124d15f2f675497aaf60b19237757a00f;p=simgear.git int64_t is in stdint.h by default. --- diff --git a/simgear/io/lowlevel.hxx b/simgear/io/lowlevel.hxx index e703a058..9b75d39f 100644 --- a/simgear/io/lowlevel.hxx +++ b/simgear/io/lowlevel.hxx @@ -34,7 +34,7 @@ #include #include #ifdef HAVE_STDINT_H -#include +# include #endif #include