david-rhodes / GSOPs

Gaussian Splatting Operators for SideFX Houdini
Other
232 stars 14 forks source link

Linux renderer compiler error #9

Open keeperofkey opened 6 days ago

keeperofkey commented 6 days ago

Hi,

Just wanted to say thanks for your awesome project! I was compiling the renderer on Linux and ran into a small issue with std::reverse not being recognized. Adding #include <algorithm> to GSplatLogger.C seems to work.

I didn't find an issues page on that repo so I thought I'd share here in case it's helpful. Keep up the great work!

david-rhodes commented 5 days ago

Thank you @keeperofkey! I'm sure this will be helpful for others in the future.