X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMath.hxx;h=d5fe3994305e2f4f5b2063af8ec4cdc764e857c7;hb=006f90997a8eef6704de2511e38fcc786672308d;hp=1bd807dd08216adc76198a1cdcdd4252b727d96f;hpb=607987def582820eb738b61d336d2a301df1c38d;p=simgear.git diff --git a/simgear/math/SGMath.hxx b/simgear/math/SGMath.hxx index 1bd807dd..d5fe3994 100644 --- a/simgear/math/SGMath.hxx +++ b/simgear/math/SGMath.hxx @@ -21,6 +21,12 @@ /// 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" @@ -28,6 +34,7 @@ #include "SGLimits.hxx" #include "SGMisc.hxx" #include "SGGeodesy.hxx" +#include "SGVec2.hxx" #include "SGVec3.hxx" #include "SGVec4.hxx" #include "SGGeoc.hxx"