Added missing include.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 7 Oct 2008 17:48:50 +0000 (17:48 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 7 Oct 2008 17:48:50 +0000 (17:48 +0000)
[r22589]

matrix.c

index b47ba8d..b7016af 100644 (file)
--- a/matrix.c
+++ b/matrix.c
@@ -2,6 +2,7 @@
 #include <string.h>
 
 #include "pbqp_t.h"
+#include "vector.h"
 #include "matrix.h"
 
 pbqp_matrix *pbqp_matrix_alloc(pbqp *pbqp, unsigned rows, unsigned cols)