]> mj.ucw.cz Git - paperjam.git/commitdiff
Added forgotten #include <cstring>
authorMartin Mares <mj@ucw.cz>
Tue, 11 Feb 2020 11:30:44 +0000 (12:30 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 11 Feb 2020 11:30:44 +0000 (12:30 +0100)
pdf-tools.cc

index 6a0b9b6e01db0d82a594f3e51cae8a51a45ca212..0871637b34044bfc99ce31c6790260ab962b3799 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <cstdio>
 #include <cstdlib>
+#include <cstring>
 
 #include <iconv.h>