summaryrefslogtreecommitdiff
path: root/samples/image_diff.cc
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-03-16 14:58:06 -0700
committerTom Sepez <tsepez@chromium.org>2015-03-16 14:58:06 -0700
commit49d805b160328df3950403d8b61282c1a46cf4a3 (patch)
tree04fb188c50c29da3bcbe0c0483957658c3ea7e0d /samples/image_diff.cc
parent1a316363ee3b17f07ac97f0073dd7480f84b8195 (diff)
downloadpdfium-49d805b160328df3950403d8b61282c1a46cf4a3.tar.xz
Merge to XFA: Speculative fix for breakage in pdfum DEPS roll
Original Review URL: https://codereview.chromium.org/1011803003 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1015543002
Diffstat (limited to 'samples/image_diff.cc')
-rw-r--r--samples/image_diff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/image_diff.cc b/samples/image_diff.cc
index 3f82b66527..c7560e1aa1 100644
--- a/samples/image_diff.cc
+++ b/samples/image_diff.cc
@@ -9,11 +9,11 @@
// what the run-webkit-tests script expects.
#include <assert.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
-#include <cstdint>
#include <iostream>
#include <map>
#include <string>