From c105a7ab91ba15eac666f290b91c1abcdcf1fc0e Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Tue, 7 Oct 2008 17:48:50 +0000 Subject: [PATCH] Added missing include. [r22589] --- matrix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix.c b/matrix.c index b47ba8d4a..b7016af0e 100644 --- a/matrix.c +++ b/matrix.c @@ -2,6 +2,7 @@ #include #include "pbqp_t.h" +#include "vector.h" #include "matrix.h" pbqp_matrix *pbqp_matrix_alloc(pbqp *pbqp, unsigned rows, unsigned cols) -- 2.20.1