diff --git a/ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h b/ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h index 12e115844..73c340979 100644 --- a/ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h +++ b/ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h @@ -19,7 +19,7 @@ #if UINTPTR_MAX == 0xffFFffFF // 32-bit -typedef uint32_tmetric_size; +typedef uint32_t metric_size; #elif UINTPTR_MAX == 0xffFFffFFffFFffFF // 64-bit typedef uint64_t metric_size;