Przeglądaj źródła

fix: add concepts to detail/number.h

Sam Jaffe 2 tygodni temu
rodzic
commit
5080d27ddf
1 zmienionych plików z 1 dodań i 0 usunięć
  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>