Преглед на файлове

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>