From 7bf8b7a92d0a97241d9b3c4db731d86b7b873fc2 Mon Sep 17 00:00:00 2001 From: Nader Al Awar Date: Tue, 17 Oct 2023 12:10:24 -0500 Subject: [PATCH] Add missing iostream include --- examples/user.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/user.cpp b/examples/user.cpp index a026b48..9deb320 100644 --- a/examples/user.cpp +++ b/examples/user.cpp @@ -4,6 +4,7 @@ #include "Kokkos_Core.hpp" #include +#include struct InitView { explicit InitView(view_type _v) : m_view(_v) {}