diff options
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index b7fd92c..cc0fce8 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -16,8 +16,13 @@ #define PIO_PERF_H__ #include "pio_timer.h" +#ifndef STANDALONE #include "H5private.h" #include "h5test.h" +#include "h5tools_utils.h" +#else +#include "pio_standalone.h" +#endif /* setup the dataset no fill option if this is v1.5 or more */ #if H5_VERS_MAJOR > 1 || H5_VERS_MINOR > 4 |