From be3db085aff13a20a4efe6ac87f82db488ed9a91 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 10 Sep 2024 10:54:30 +0200 Subject: [PATCH] Update BasicSolver/2D-mpi/src/comm-v1.c --- BasicSolver/2D-mpi/src/comm-v1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/BasicSolver/2D-mpi/src/comm-v1.c b/BasicSolver/2D-mpi/src/comm-v1.c index 16a0422..e2de966 100644 --- a/BasicSolver/2D-mpi/src/comm-v1.c +++ b/BasicSolver/2D-mpi/src/comm-v1.c @@ -4,6 +4,7 @@ * Use of this source code is governed by a MIT style * license that can be found in the LICENSE file. */ +#include #include #include "comm.h"