X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMath.hxx;h=fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc;hb=55c018c5252dcd36777a11388259eb1128f3fd13;hp=024fe4c19ee1194289ecc0b26d1f5954318420b0;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/math/SGMath.hxx b/simgear/math/SGMath.hxx index 024fe4c1..fa4e69cd 100644 --- a/simgear/math/SGMath.hxx +++ b/simgear/math/SGMath.hxx @@ -21,15 +21,21 @@ /// Just include them all #include +// FIXME, make it compile on IRIX +#include +#include "SGMathFwd.hxx" + +#include "SGCMath.hxx" #include "SGLimits.hxx" #include "SGMisc.hxx" #include "SGGeodesy.hxx" +#include "SGVec2.hxx" #include "SGVec3.hxx" #include "SGVec4.hxx" -#include "SGQuat.hxx" -#include "SGMatrix.hxx" #include "SGGeoc.hxx" #include "SGGeod.hxx" +#include "SGQuat.hxx" +#include "SGMatrix.hxx" #endif