From 751f35649854dd3787296277bf6898dc8fc284ee Mon Sep 17 00:00:00 2001 From: Cory Date: Tue, 26 Sep 2023 12:14:02 +0200 Subject: [PATCH] Add openmp --- include/matrix.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/matrix.hpp b/include/matrix.hpp index 992c724..ef0c597 100644 --- a/include/matrix.hpp +++ b/include/matrix.hpp @@ -11,6 +11,7 @@ #define __MATRIX__ #include +#include /** @brief Create a tridiagonal matrix. *