diff options
Diffstat (limited to 'samples/image_diff.cc')
-rw-r--r-- | samples/image_diff.cc | 2 |
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> |