From 8d3f4c07812af086395e6b48446d5a0696edad3e Mon Sep 17 00:00:00 2001 From: bcumming <bcumming@cscs.ch> Date: Tue, 21 Feb 2017 09:54:01 +0100 Subject: [PATCH] fix bug introduced when global policy was refactored The MPI global gather_all unit test now compiles. --- tests/global_communication/test_mpi_gather_all.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/global_communication/test_mpi_gather_all.cpp b/tests/global_communication/test_mpi_gather_all.cpp index 07c5a6d1..aa62b0d5 100644 --- a/tests/global_communication/test_mpi_gather_all.cpp +++ b/tests/global_communication/test_mpi_gather_all.cpp @@ -5,7 +5,7 @@ #include <cstring> #include <vector> -#include <communication/mpi_global_policy.hpp> +#include <communication/global_policy.hpp> #include <communication/mpi.hpp> #include <util/rangeutil.hpp> -- GitLab