diff options
Diffstat (limited to 'public/fpdf_edit.h')
-rw-r--r-- | public/fpdf_edit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index 47fdf9e76e..dabdbedd48 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -9,6 +9,7 @@ #include <stdint.h> +// NOLINTNEXTLINE(build/include) #include "fpdfview.h" #define FPDF_ARGB(a, r, g, b) \ |