Missing include in io.h for strcmp.
This commit is contained in:
Paul Thomson 2020-09-10 08:31:41 +01:00 коммит произвёл GitHub
Родитель a715b1b405
Коммит e589d0d575
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,7 @@
#include <cstdint> #include <cstdint>
#include <cstdio> #include <cstdio>
#include <cstring>
#include <vector> #include <vector>
// Appends the content from the file named as |filename| to |data|, assuming // Appends the content from the file named as |filename| to |data|, assuming