Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: tools/imagediff/image_diff_png.h

Issue 1549203002: Switch to standard integer types in tools/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | tools/ipc_fuzzer/fuzzer/fuzzer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/imagediff/image_diff_png.h
diff --git a/tools/imagediff/image_diff_png.h b/tools/imagediff/image_diff_png.h
index c371337f99d30e9c188f70ccb1905ccde35eda78..defa4acf7e5d42cd43f8fd3b6b5da7ea936a6f19 100644
--- a/tools/imagediff/image_diff_png.h
+++ b/tools/imagediff/image_diff_png.h
@@ -5,6 +5,8 @@
#ifndef TOOLS_IMAGEDIFF_IMAGE_DIFF_PNG_H_
#define TOOLS_IMAGEDIFF_IMAGE_DIFF_PNG_H_
+#include <stddef.h>
+
#include <string>
#include <vector>
« no previous file with comments | « tools/imagediff/image_diff.cc ('k') | tools/ipc_fuzzer/fuzzer/fuzzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698