summaryrefslogtreecommitdiff
path: root/tests/matrix_test.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/matrix_test.cu')
-rw-r--r--tests/matrix_test.cu2
1 files changed, 2 insertions, 0 deletions
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],