Преглед изворни кода

fix: add concepts to detail/number.h

Sam Jaffe пре 2 недеља
родитељ
комит
5080d27ddf
1 измењених фајлова са 1 додато и 0 уклоњено
  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>