فهرست منبع

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>