aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-07-03 15:11:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-05 15:18:52 +0000
commit466c7d65974a055ad361430e57f92584b09af0bd (patch)
tree54a298a3fcaedb3f0b3de68133f3bf1ccd67c412 /src/opts
parentcdb9a6de0a6da5b4ed2fe606b5c28818306b22ad (diff)
header cleanup
Change-Id: I3f7667a1357194ae2bdd341ad9d46eb93920f404 Reviewed-on: https://skia-review.googlesource.com/21374 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/opts')
-rw-r--r--src/opts/SkUtils_opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opts/SkUtils_opts.h b/src/opts/SkUtils_opts.h
index c9390af5cf..ba93305b4a 100644
--- a/src/opts/SkUtils_opts.h
+++ b/src/opts/SkUtils_opts.h
@@ -8,6 +8,8 @@
#ifndef SkUtils_opts_DEFINED
#define SkUtils_opts_DEFINED
+#include "stdint.h"
+
namespace SK_OPTS_NS {
static void memset16(uint16_t buffer[], uint16_t value, int count) {