Skip to content

Commit 5d12b5b

Browse files
authored
Formatting & Includes
1 parent 318f3b0 commit 5d12b5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/16_btd_write_parallel.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2017-2021 Fabian Koller, Axel Huebl
1+
/* Copyright 2017-2025 Junmin Gu, Axel Huebl, Franz Poeschel
22
*
33
* This file is part of openPMD-api.
44
*
@@ -23,8 +23,9 @@
2323
#include <mpi.h>
2424

2525
#include <iostream>
26+
#include <map>
2627
#include <memory>
27-
#include <vector> // std::vector
28+
#include <vector>
2829

2930
#include <chrono>
3031
#include <thread>

0 commit comments

Comments
 (0)