From b479905b1216bf838f6e5dc4ac1ce5ffd4045f1d Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 4 Nov 2019 16:49:24 +1100 Subject: [PATCH] matrix: ensure the required coord headers are included for our ostream --- matrix.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/matrix.hpp b/matrix.hpp index 86941a78..e5d8c02d 100644 --- a/matrix.hpp +++ b/matrix.hpp @@ -11,10 +11,8 @@ #include "point.hpp" #include "range.hpp" #include "vector.hpp" -#include "iterator/infix.hpp" #include -#include namespace cruft { /////////////////////////////////////////////////////////////////////////// @@ -530,8 +528,14 @@ namespace cruft { typedef matrix<4,4,float> matrix4f; typedef matrix<4,4,double> matrix4d; +} +#include "iterator/infix.hpp" +#include "coord/iostream.hpp" +#include + +namespace cruft { /////////////////////////////////////////////////////////////////////////// template std::ostream&