瀏覽代碼

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>