diff --git a/include/rexsapi/Types.hxx b/include/rexsapi/Types.hxx index 152a014..f10922e 100644 --- a/include/rexsapi/Types.hxx +++ b/include/rexsapi/Types.hxx @@ -28,7 +28,7 @@ #endif #if defined(__GNUC__) && __cplusplus >= 202002L -#if __GNUC__ > 14 || (__GNUC_ == 14 && __GNUC_MINOR__ > 1) +#if __GNUC__ > 14 || (__GNUC_ == 14 && __GNUC_MINOR__ >= 1) #define REXS_HAS_CHRONO_DATE #endif #endif