From c7b068acf14f123825f7eeb94974e0af50807ae4 Mon Sep 17 00:00:00 2001 From: guj <jgu@lbl.gov> Date: Fri, 5 May 2017 16:20:47 -0700 Subject: [PATCH] clang --- examples/hello/hdf5Writer/helloHDF5Writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello/hdf5Writer/helloHDF5Writer.cpp b/examples/hello/hdf5Writer/helloHDF5Writer.cpp index 38fc852b8..aaf85ec64 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[]) { -- GitLab