GCC doesn't automatically include <cstdint>, which causes the build to fail. Adding `#include <cstdint>` at the top of `Source/Utils/_FindFirst.h` fixes the build from crashing
GCC doesn't automatically include , which causes the build to fail.
Adding
#include <cstdint>at the top ofSource/Utils/_FindFirst.hfixes the build from crashing