diff --git a/tests/global_communication/test_mpi_gather_all.cpp b/tests/global_communication/test_mpi_gather_all.cpp index 07c5a6d17284ce00aa30a9c55530285081546fc0..aa62b0d58f45adc7ece97f3e7751a049d0909f52 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>