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!
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!