Skip to content

Commit

Permalink
Fix example/build_cmake_installed_different_compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 9, 2023
1 parent 1ebb3af commit 8659ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build_cmake_installed_different_compiler/foo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//@HEADER

#include <Kokkos_Core.hpp>
#include <cstdio>
#include <iostream>

struct CountFunctor {
KOKKOS_FUNCTION void operator()(const long i, long& lcount) const {
Expand Down

0 comments on commit 8659ffa

Please sign in to comment.