Skip to content

Commit

Permalink
rng_state not including necessary cstdint (#839)
Browse files Browse the repository at this point in the history
Just a one-line PR fixing a missing include in raft/random/rng_state.hpp

Authors:
  - Matt Joux (https://github.com/MatthiasKohl)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Mark Hoemmen (https://github.com/mhoemmen)

URL: #839
  • Loading branch information
MatthiasKohl authored Sep 22, 2022
1 parent 6a1d1da commit 365293a
Showing 1 changed file with 2 additions and 0 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

0 comments on commit 365293a

Please sign in to comment.