瀏覽代碼

refactor: missing include for std::isalnum

Sam Jaffe 3 月之前
父節點
當前提交
6dc36beb9b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/jvalidate/format.h

+ 1 - 0
include/jvalidate/format.h

@@ -2,6 +2,7 @@
 
 #include <cctype>
 #include <cstddef>
+#include <cstring>
 #include <ctime>
 #include <string>
 #include <string_view>