Skip to content

Commit

Permalink
kp_sampler_skip.cpp: include iostream for std::cout
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 1, 2024
1 parent d1673d4 commit 51c2094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <dlfcn.h>
#include "../../profiling/all/kp_core.hpp"
#include "kp_config.hpp"
#include <iostream>

namespace KokkosTools {
namespace Sampler {
Expand Down

0 comments on commit 51c2094

Please sign in to comment.