From a5ce20c6cdd1451d7e7d58a8874addd96dfb89b7 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Sat, 5 Oct 2024 11:47:10 -0400 Subject: [PATCH] Couple fixes --- src/geometry/detail/ArborX_GeometryConvert.hpp | 1 + src/geometry/detail/ArborX_GeometryValid.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/geometry/detail/ArborX_GeometryConvert.hpp b/src/geometry/detail/ArborX_GeometryConvert.hpp index 3481555ae..509538a4a 100644 --- a/src/geometry/detail/ArborX_GeometryConvert.hpp +++ b/src/geometry/detail/ArborX_GeometryConvert.hpp @@ -12,6 +12,7 @@ #define ARBORX_DETAILS_GEOMETRY_CONVERT_HPP #include +#include #include diff --git a/src/geometry/detail/ArborX_GeometryValid.hpp b/src/geometry/detail/ArborX_GeometryValid.hpp index 725f93b61..01adff17b 100644 --- a/src/geometry/detail/ArborX_GeometryValid.hpp +++ b/src/geometry/detail/ArborX_GeometryValid.hpp @@ -12,7 +12,8 @@ #define ARBORX_DETAILS_GEOMETRY_VALID_HPP #include -#include + +#include namespace ArborX::Details {