Skip to content

Commit

Permalink
fix: include array in VectorHelpers.hpp (#2183)
Browse files Browse the repository at this point in the history
missing include causing compilation issues
  • Loading branch information
CarloVarni committed Jun 7, 2023
1 parent 724f155 commit 6029679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/include/Acts/Utilities/VectorHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/TypeTraits.hpp"

#include <array>

#include "Eigen/Dense"

namespace Acts {
Expand Down

0 comments on commit 6029679

Please sign in to comment.