diff --git a/matrix.cpp b/matrix.cpp index 4a168202..88aef283 100644 --- a/matrix.cpp +++ b/matrix.cpp @@ -175,9 +175,10 @@ matrix::ZEROES = { { { 0, 0, 0, 0 }, //----------------------------------------------------------------------------- -template struct matrix; -template struct matrix; - +namespace util { + template struct matrix; + template struct matrix; +} //----------------------------------------------------------------------------- template