Skip to content

Commit

Permalink
Add missing #include <cstdint> (#2540)
Browse files Browse the repository at this point in the history
This is needed to define `uint64_t` later on.

Authors:
  - https://github.com/jakirkham

Approvers:
  - Micka (https://github.com/lowener)

URL: #2540
  • Loading branch information
jakirkham authored Jan 15, 2025
1 parent 5c826d7 commit 32e918b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/raft/util/integer_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <raft/core/detail/macros.hpp>

#include <cstdint>
#include <limits>
#include <stdexcept>
#include <type_traits>
Expand Down

0 comments on commit 32e918b

Please sign in to comment.