diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h
index 8e8f673ab40f16dee1d3c833aaaac062d33b9e64..e0140a4d3a46dd26c7420c9d1119053219f6f30e 100644
--- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h
+++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h
@@ -13,16 +13,16 @@
 
 #pragma once
 
+#include <mpi.h>
+
 #include <iosfwd>
 #include <string>
 #include <vector>
 
-#include <mpi.h>
-
-#include "MeshLib/NodePartitionedMesh.h"
-#include "MeshLib/Properties.h"
 #include "MeshLib/IO/MPI_IO/PropertyVectorMetaData.h"
 #include "MeshLib/IO/NodeData.h"
+#include "MeshLib/NodePartitionedMesh.h"
+#include "MeshLib/Properties.h"
 
 namespace MeshLib
 {