From 2aa342458d1278487f9ca47ff0111e74b20d63ef Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Sun, 15 May 2011 18:35:41 -0400 Subject: cleanup. fixed tests --- tests/matrix_test.cu | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/matrix_test.cu') diff --git a/tests/matrix_test.cu b/tests/matrix_test.cu index 99e13dc..d64cb34 100644 --- a/tests/matrix_test.cu +++ b/tests/matrix_test.cu @@ -1,5 +1,7 @@ //-*-c-*- +#include "matrix.h" + __device__ Matrix array2matrix(float *a) { return make_matrix(a[0], a[1], a[2], -- cgit