From 608381d7742797dfc2a0ac77b86079db4eb7a563 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 27 Aug 2019 11:16:55 +0200 Subject: [PATCH] include array header --- libsrc/core/mpi_wrapper.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/core/mpi_wrapper.hpp b/libsrc/core/mpi_wrapper.hpp index 07b15867..ae3e2c4c 100644 --- a/libsrc/core/mpi_wrapper.hpp +++ b/libsrc/core/mpi_wrapper.hpp @@ -6,6 +6,7 @@ #include #endif +#include "array.hpp" #include "exception.hpp" namespace ngcore