diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index 7436cc2..9d7eee8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -18,6 +18,10 @@ #include <H5config.h> /*from configure */ #include <sys/types.h> +#ifdef HAVE_PARALLEL +#include <mpi.h> +#include <mpio.h> +#endif /* * Data types |