diff --git a/lib/Cshift.h b/lib/Cshift.h index bbc56cae..4eeb6cea 100644 --- a/lib/Cshift.h +++ b/lib/Cshift.h @@ -38,6 +38,10 @@ Author: Peter Boyle #include #endif +#ifdef GRID_COMMS_MPI3 +#include +#endif + #ifdef GRID_COMMS_SHMEM #include // uses same implementation of communicator #endif