Skip to content

Commit

Permalink
Add missing include sstream
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Dec 15, 2023
1 parent 838f893 commit 72bc7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Kokkos_CopyViews.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ static_assert(false,
#ifndef KOKKOS_COPYVIEWS_HPP_
#define KOKKOS_COPYVIEWS_HPP_
#include <string>
#include <sstream>
#include <Kokkos_Parallel.hpp>
#include <KokkosExp_MDRangePolicy.hpp>
#include <Kokkos_Layout.hpp>
Expand Down

0 comments on commit 72bc7ed

Please sign in to comment.