Skip to content

Commit

Permalink
Fix compilation for GCC 13.3 (missing cstdint include) (#8609)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumonito authored Jan 7, 2025
1 parent ebfb6fb commit 0532f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rerun_cpp/src/rerun/component_descriptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <optional>
#include <string_view>
#include <cstdint>

namespace rerun {
/// See `ComponentDescriptor::hashed`.
Expand Down

0 comments on commit 0532f6c

Please sign in to comment.