diff --git a/include/uuid.h b/include/uuid.h index 4705eda..b6af4fa 100644 --- a/include/uuid.h +++ b/include/uuid.h @@ -18,6 +18,9 @@ #ifdef __cpp_lib_span #include #endif +#ifndef __cpp_lib_span +#include +#endif #ifdef _WIN32