summaryrefslogtreecommitdiff
path: root/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.h')
-rw-r--r--matrix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/matrix.h b/matrix.h
index b01c889..6c4e910 100644
--- a/matrix.h
+++ b/matrix.h
@@ -2,6 +2,10 @@
#ifndef MATRIX_H
#define MATRIX_H
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
+
typedef struct matrix{
int rows;