Skip to content

Commit

Permalink
Add missing iostream include
Browse files Browse the repository at this point in the history
  • Loading branch information
NaderAlAwar committed Oct 17, 2023
1 parent 36eec0e commit 7bf8b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Kokkos_Core.hpp"

#include <cstdint>
#include <iostream>

struct InitView {
explicit InitView(view_type _v) : m_view(_v) {}
Expand Down

0 comments on commit 7bf8b7a

Please sign in to comment.