Преглед на файлове

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>