Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing includes in SeedFinderOrthogonal (#1772)
Missing includes in `SeedFinderOrthogonal`. Without this PR, the acts code (`v22.0.0`) will not compile as is in Athena, obliging the costumer to include manually in their code the missing includes. Compilation was complaining with: ```'Extent' is not a member of 'Acts'``` and ```'binR' is not a member of 'Acts'```
- Loading branch information