Skip to content

Commit

Permalink
Merge pull request #354 from cniethammer/fix-missing-headers
Browse files Browse the repository at this point in the history
Fix missing C++ headers
  • Loading branch information
cniethammer authored Dec 9, 2024
2 parents d8b746d + f135cff commit d5d1724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/io/Adios2Reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "molecules/FullMolecule.h"
#endif

#include <algorithm>
#include <errno.h>
#include <chrono>
#include <iomanip>
Expand Down
1 change: 1 addition & 0 deletions src/parallel/ALLLoadBalancer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <ALL.hpp>
#include "LoadBalancer.h"

#include <tuple>
class ALLLoadBalancer : public LoadBalancer {
public:
ALLLoadBalancer(std::array<double, 3> boxMin, std::array<double, 3> boxMax, double gamma, MPI_Comm comm,
Expand Down
1 change: 1 addition & 0 deletions src/parallel/DomainDecompBase.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <algorithm>
#include <cmath>
#include <fstream>

Expand Down

0 comments on commit d5d1724

Please sign in to comment.