diff options
Diffstat (limited to 'external/pdfium/include.patch')
-rw-r--r-- | external/pdfium/include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/pdfium/include.patch b/external/pdfium/include.patch new file mode 100644 index 000000000..75c0e3b92 --- /dev/null +++ b/external/pdfium/include.patch @@ -0,0 +1,11 @@ +--- constants/annotation_flags.h ++++ constants/annotation_flags.h +@@ -5,6 +5,8 @@ + #ifndef CONSTANTS_ANNOTATION_FLAGS_H_ + #define CONSTANTS_ANNOTATION_FLAGS_H_ + ++#include <stdint.h> ++ + namespace pdfium { + namespace annotation_flags { + |