diff options
Diffstat (limited to 'samples/image_diff_png.h')
-rw-r--r-- | samples/image_diff_png.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> // for size_t. + #include <vector> namespace image_diff_png { |