blob: 75c0e3b9272a1e2585d17076afe30b6b5682c3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
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 {
|