diff --git a/simgear/math/SGMath.hxx b/simgear/math/SGMath.hxx index fa4e69cd..80c23ceb 100644 --- a/simgear/math/SGMath.hxx +++ b/simgear/math/SGMath.hxx @@ -22,6 +22,12 @@ #include // FIXME, make it compile on IRIX +#ifdef HAVE_CONFIG_H +# include +#endif +#ifdef HAVE_WINDOWS_H +# include +#endif #include #include "SGMathFwd.hxx"