Explorar o código

refactor: missing include for std::isalnum

Sam Jaffe hai 3 meses
pai
achega
6dc36beb9b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>