Skip to content

Build error on GCC 13 due to missing headers #788

Open
graphdeco-inria/diff-gaussian-rasterization
#49
@yklcs

Description

@yklcs

GCC 13 does not implicitly include cstdint, which breaks builds.

diff-gaussian-rasterization/cuda_rasterizer/rasterizer_impl.h(24): error: namespace "std" has no member "uintptr_t"
          std::size_t offset = (reinterpret_cast<std::uintptr_t>(chunk) + alignment - 1) & ~(alignment - 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions