diff --git a/src/mesa_pd/domain/InfoCollection.h b/src/mesa_pd/domain/InfoCollection.h
index d247e65df2f019f154fed83a4b89159c229b3a85..d7796df85a331c9bc7192795ec36a48db40174f6 100644
--- a/src/mesa_pd/domain/InfoCollection.h
+++ b/src/mesa_pd/domain/InfoCollection.h
@@ -36,7 +36,7 @@ void createWithNeighborhood(Accessor& ac, const BlockForest& bf, pe::InfoCollect
 {
    ic.clear();
 
-   mpi::BufferSystem bs( MPIManager::instance()->comm(), 756 );
+   walberla::mpi::BufferSystem bs( MPIManager::instance()->comm(), 756 );
 
    for (size_t idx = 0; idx < ac.size(); ++idx)
    {