From f419b7303d5a96dfe9450d691459a7af3789b594 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Wed, 1 Mar 2023 12:20:14 -0500 Subject: [PATCH] Add missing header include --- core/src/HIP/Kokkos_HIP_Instance.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/HIP/Kokkos_HIP_Instance.hpp b/core/src/HIP/Kokkos_HIP_Instance.hpp index 51b3f79a9d..ee0fd9f726 100644 --- a/core/src/HIP/Kokkos_HIP_Instance.hpp +++ b/core/src/HIP/Kokkos_HIP_Instance.hpp @@ -22,6 +22,7 @@ #include #include +#include #include namespace Kokkos {