diff options
Diffstat (limited to 'tests/matrix-test.c')
-rw-r--r-- | tests/matrix-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix-test.c b/tests/matrix-test.c index cc78492f..5b0513f3 100644 --- a/tests/matrix-test.c +++ b/tests/matrix-test.c @@ -27,7 +27,7 @@ #include <signal.h> #include <time.h> -#include "matrix.h" +#include "../shared/matrix.h" struct inverse_matrix { double LU[16]; /* column-major */ |