Forráskód Böngészése

fix: add concepts to detail/number.h

Sam Jaffe 2 hete
szülő
commit
5080d27ddf
1 módosított fájl, 1 hozzáadás és 0 törlés
  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>