Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Nov 8, 2024
1 parent a19c9e8 commit ac212ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/bout/field.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Field;

#include <cmath>
#include <cstdio>
#include <optional>
#include <string>

#include "bout/bout_types.hxx"
Expand Down
1 change: 1 addition & 0 deletions src/solver/impls/euler/euler.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <bout/msg_stack.hxx>
#include <bout/openmpwrap.hxx>
#include <bout/utils.hxx>
#include <bout/version.hxx>

#include <cmath>

Expand Down
1 change: 1 addition & 0 deletions src/solver/impls/pvode/pvode.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <bout/msg_stack.hxx>
#include <bout/output.hxx>
#include <bout/sys/timer.hxx>
#include <bout/version.hxx>

#include "bout/unused.hxx"

Expand Down

0 comments on commit ac212ef

Please sign in to comment.