ports/print/poppler/patches/patch-poppler_Form_cc

12 lines
201 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: poppler/Form.cc
--- poppler/Form.cc.orig
+++ poppler/Form.cc
2023-10-12 04:10:54 +00:00
@@ -43,6 +43,7 @@
2023-08-16 22:26:55 +00:00
2023-10-12 04:10:54 +00:00
#include <array>
2023-08-16 22:26:55 +00:00
#include <set>
+#include <ctype.h>
#include <limits>
#include <cstddef>
#include <cstdlib>