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