aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-11 19:19:10 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-11 19:19:10 +0000
commit16b2dd05f0c5faca90b101c28ea01ff80257408a (patch)
tree1e2f4a6d1155eb062e0fbe8d209698dbfa34903e /tools
parent3dc82c44706b017877880160ad6af284ec3997e3 (diff)
Add stdio include to skdiff_image.
git-svn-id: http://skia.googlecode.com/svn/trunk@11740 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/skdiff_image.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/skdiff_image.cpp b/tools/skdiff_image.cpp
index 086fb09a5b..172f62b555 100644
--- a/tools/skdiff_image.cpp
+++ b/tools/skdiff_image.cpp
@@ -15,6 +15,8 @@
#include "SkTemplates.h"
#include "SkTypes.h"
+#include <stdio.h>
+
/// If outputDir.isEmpty(), don't write out diff files.
static void create_diff_images (DiffMetricProc dmp,
const int colorThreshold,