Skip to content

Commit

Permalink
Adapt code for latest changes in heyoka header structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 26, 2024
1 parent f5f2fbe commit 23b4bf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions heyoka/expose_batch_integrators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

#include <heyoka/events.hpp>
#include <heyoka/expression.hpp>
#include <heyoka/kw.hpp>
#include <heyoka/llvm_state.hpp>
Expand Down
2 changes: 1 addition & 1 deletion heyoka/taylor_expose_c_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#endif

#include <heyoka/taylor.hpp>
#include <heyoka/continuous_output.hpp>

#include "common_utils.hpp"
#include "custom_casters.hpp"
Expand Down
1 change: 1 addition & 0 deletions heyoka/taylor_expose_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#endif

#include <heyoka/callable.hpp>
#include <heyoka/events.hpp>
#include <heyoka/kw.hpp>
#include <heyoka/s11n.hpp>
#include <heyoka/taylor.hpp>
Expand Down
1 change: 1 addition & 0 deletions heyoka/taylor_expose_integrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

#endif

#include <heyoka/events.hpp>
#include <heyoka/expression.hpp>
#include <heyoka/kw.hpp>
#include <heyoka/llvm_state.hpp>
Expand Down

0 comments on commit 23b4bf8

Please sign in to comment.