From: ehofman Date: Wed, 28 Jul 2004 13:59:57 +0000 (+0000) Subject: IRIX fixes (at least). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a9b08dec26d57abfcfa64077982a6ef8b13a084;p=simgear.git IRIX fixes (at least). --- diff --git a/simgear/misc/sgstream.cxx b/simgear/misc/sgstream.cxx index dec7711e..e9b61031 100644 --- a/simgear/misc/sgstream.cxx +++ b/simgear/misc/sgstream.cxx @@ -25,6 +25,7 @@ #ifdef SG_HAVE_STD_INCLUDES # include +# include #else # include #endif diff --git a/simgear/xml/easyxml.cxx b/simgear/xml/easyxml.cxx index 181e646b..8fc5ca15 100644 --- a/simgear/xml/easyxml.cxx +++ b/simgear/xml/easyxml.cxx @@ -2,6 +2,7 @@ #include +#include #include // strcmp() #include "easyxml.hxx"