소스 검색

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>