Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add header for GCC 13 #63

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

YanWenKun
Copy link
Contributor

The issue is GCC 13 does not implicitly include cstdint.

The fix is simply add the header:

#include <cstdint>

Ref: graphdeco-inria/gaussian-splatting#788

PS. I'm trying to install TRELLIS using PyTorch 2.5.1 + CUDA 12.4 + GCC 13. TRELLIS' install script is installing your [diff-gaussian-rasterization] as dependency. That's why I'm encountering this issue. Luckily I have fixed the same issue before. So I just make the pull request. Thanks for your amazing work!

@niujinshuchong niujinshuchong merged commit dda02ab into autonomousvision:main Dec 17, 2024
@niujinshuchong
Copy link
Member

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants