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 02017b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions cpp/test/nvtx.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, NVIDIA CORPORATION.
* Copyright (c) 2021-2022, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -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 02017b6

Please sign in to comment.