summaryrefslogtreecommitdiff
path: root/matrix.h
diff options
context:
space:
mode:
authorSoikk2022-08-24 17:55:01 +0200
committerSoikk2022-08-24 17:55:01 +0200
commit0a64f5fa59f7dea706c9ee8a8970d150de426bfa (patch)
tree3f23bb9fd62296c60fa068ca1b7e902ffadc6c3f /matrix.h
parent0c77a6920580eaa08a301a21a9324e6b8938ceba (diff)
downloadsoikk-matrix-0a64f5fa59f7dea706c9ee8a8970d150de426bfa.tar.xz
soikk-matrix-0a64f5fa59f7dea706c9ee8a8970d150de426bfa.tar.zst
Moved includes
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;