Skip to content

Commit

Permalink
fix: Missing include in EigenStepper.hpp (#1117)
Browse files Browse the repository at this point in the history
Self explanatory. This doesn't give a compilation error because we never compile the Eigen Stepper header on it's own.
  • Loading branch information
paulgessinger committed Dec 14, 2021
1 parent 67afb40 commit d5840d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/include/Acts/Propagator/EigenStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/MagneticField/MagneticFieldProvider.hpp"
#include "Acts/Propagator/DefaultExtension.hpp"
#include "Acts/Propagator/DenseEnvironmentExtension.hpp"
#include "Acts/Propagator/EigenStepperError.hpp"
Expand Down

0 comments on commit d5840d1

Please sign in to comment.