Explorar o código

fix: add concepts to detail/number.h

Sam Jaffe hai 2 semanas
pai
achega
5080d27ddf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/jvalidate/detail/number.h

+ 1 - 0
include/jvalidate/detail/number.h

@@ -10,6 +10,7 @@
 
 #include <charconv>
 #include <cmath>
+#include <concepts>
 #include <limits>
 #include <stdexcept>
 #include <string_view>