src/h5core/h5t_octree_private.h

- include 'mpi.h' if PARALLEL_IO is set
This commit is contained in:
2015-10-08 17:51:03 +02:00
parent 149c144eee
commit 158fc17a2b
+4
View File
@@ -14,6 +14,10 @@
#include "h5core/h5_types.h"
#include "h5core/h5t_octree.h"
#if defined(PARALLEL_IO)
#include <mpi.h>
#endif
#define OCT_MAX_NEIGHBORS 1000
struct h5_oct_point {