Преглед изворни кода

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>