Skip to content

Commit

Permalink
Fix existing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoemmen committed Sep 20, 2022
1 parent d9c7aa9 commit 0741542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cpp/include/raft/random/rng_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#pragma once

#include <cstdint>

namespace raft {
namespace random {

Expand Down
2 changes: 1 addition & 1 deletion cpp/test/nvtx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#ifdef NVTX_ENABLED
#include <gtest/gtest.h>
#include <raft/common/detail/nvtx.hpp>
#include <raft/core/detail/nvtx.hpp>
/**
* tests for the functionality of generating next color based on string
* entered in the NVTX Range marker wrappers
Expand Down

0 comments on commit 0741542

Please sign in to comment.