Skip to content

Commit

Permalink
Couple fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Oct 5, 2024
1 parent 3642ab8 commit a5ce20c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/geometry/detail/ArborX_GeometryConvert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define ARBORX_DETAILS_GEOMETRY_CONVERT_HPP

#include <ArborX_GeometryTraits.hpp>
#include <ArborX_Point.hpp>

#include <Kokkos_Macros.hpp>

Expand Down
3 changes: 2 additions & 1 deletion src/geometry/detail/ArborX_GeometryValid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#define ARBORX_DETAILS_GEOMETRY_VALID_HPP

#include <ArborX_GeometryTraits.hpp>
#include <kokkos_ext/ArborX_KokkosExtArithmeticTraits.hpp>

#include <Kokkos_MathematicalFunctions.hpp>

namespace ArborX::Details
{
Expand Down

0 comments on commit a5ce20c

Please sign in to comment.