Explorar el Código

refactor: missing include for std::isalnum

Sam Jaffe hace 3 meses
padre
commit
6dc36beb9b
Se han modificado 1 ficheros con 1 adiciones y 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>