summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/pio_perf.h')
-rw-r--r--tools/test/perform/pio_perf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/perform/pio_perf.h b/tools/test/perform/pio_perf.h
index 7605f20..55d721e 100644
--- a/tools/test/perform/pio_perf.h
+++ b/tools/test/perform/pio_perf.h
@@ -13,12 +13,13 @@
#ifndef PIO_PERF_H__
#define PIO_PERF_H__
-#include "io_timer.h"
#ifndef STANDALONE
+#include "io_timer.h"
#include "h5test.h"
#include "h5tools.h"
#include "h5tools_utils.h"
#else
+#include "io_timer.h"
#include "pio_standalone.h"
#endif