X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMath.hxx;h=fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc;hb=55c018c5252dcd36777a11388259eb1128f3fd13;hp=e141198205327aa1704d1ca8828f394c76d17a0c;hpb=9be14a63b1b593b02b5cc3e82edb7a266ae3cbe7;p=simgear.git diff --git a/simgear/math/SGMath.hxx b/simgear/math/SGMath.hxx index e1411982..fa4e69cd 100644 --- a/simgear/math/SGMath.hxx +++ b/simgear/math/SGMath.hxx @@ -10,10 +10,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the -// Free Software Foundation, Inc., 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // #ifndef SGMath_H @@ -22,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