X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMath.hxx;h=d5fe3994305e2f4f5b2063af8ec4cdc764e857c7;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=73ec59a02a744d9a693e02363c4ec20e6240e285;hpb=c5d677ac7b879036aa241379cbc32f868c1599bf;p=simgear.git diff --git a/simgear/math/SGMath.hxx b/simgear/math/SGMath.hxx index 73ec59a0..d5fe3994 100644 --- a/simgear/math/SGMath.hxx +++ b/simgear/math/SGMath.hxx @@ -21,10 +21,20 @@ /// Just include them all #include +// FIXME, make it compile on IRIX +//#include +//#undef GLUT_APIENTRY_DEFINED // GL/glut.h undef APIENTRY when this symbol is defined. osg/GL defines it (?). + // This probably would work if we didn't use plib/pu.h that include GL/glut.h + // on its side. + +#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 "SGGeoc.hxx"