From dbe2a8e6ac3d92edf640ed10a6d4a0e658bc35c5 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 5 Feb 2015 15:21:19 -0800 Subject: Fix build of pdfium_diff Commit af18cb3 didn't build standalone. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/901313002 --- samples/image_diff_png.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/image_diff_png.h') diff --git a/samples/image_diff_png.h b/samples/image_diff_png.h index ea77e9a98f..9febb3744c 100644 --- a/samples/image_diff_png.h +++ b/samples/image_diff_png.h @@ -5,6 +5,8 @@ #ifndef TOOLS_IMAGEDIFF_IMAGE_DIFF_PNG_H_ #define TOOLS_IMAGEDIFF_IMAGE_DIFF_PNG_H_ +#include // for size_t. + #include namespace image_diff_png { -- cgit v1.2.3