3d-gaussian-splatting
3d-gaussian-splatting copied to clipboard
Fixes for Windows compilation
Fixes #10
-
long
is not supported in Windows.int_64t
is used for more explicit typing -
#include <sys/time.h>
causes an include error in Windows. Changed to#include <ctime>
to be more OS-agnostic