Skip to content

Commit

Permalink
fix: missing array include (#1109)
Browse files Browse the repository at this point in the history
The `#include <array>` was missing from `Intersection.hpp`. I have no idea why it build in the CI and not on my machine but in any case it is probably better to have it here
  • Loading branch information
Corentin-Allaire committed Dec 13, 2021
1 parent 0abc81a commit be54b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/include/Acts/Utilities/Intersection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#pragma once
#include "Acts/Definitions/Algebra.hpp"

#include <array>
#include <limits>
namespace Acts {

Expand Down

0 comments on commit be54b88

Please sign in to comment.