diff --git a/examples/hello/hdf5Writer/helloHDF5Writer.cpp b/examples/hello/hdf5Writer/helloHDF5Writer.cpp
index 38fc852b8f7b999bd9961c5133e72c89d090635f..aaf85ec64265345c685d90234226fe473f7e6aff 100644
--- a/examples/hello/hdf5Writer/helloHDF5Writer.cpp
+++ b/examples/hello/hdf5Writer/helloHDF5Writer.cpp
@@ -8,8 +8,8 @@
 #include <iostream>
 #include <vector>
 
-#include <mpi.h>
 #include "adios2.h"
+#include <mpi.h>
 
 int main(int argc, char *argv[])
 {