Skip to content

Commit

Permalink
Add missing #include <cstdint>
Browse files Browse the repository at this point in the history
This is needed to define `uint64_t` later on.
  • Loading branch information
jakirkham authored Jan 14, 2025
1 parent 5c826d7 commit 3479fbd
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 3479fbd

Please sign in to comment.