aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-03-25 10:22:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-25 10:22:54 -0700
commit038cb5e8d8b095f3e1f87b7a68aa8b7fa6906826 (patch)
tree3129334a05de5c8df4c454e3799a650909097d7e /src
parent3e5622764aa4e69dba23edcb01f5214d0ac91952 (diff)
SkTHash: add checksum include
Diffstat (limited to 'src')
-rw-r--r--src/core/SkTHash.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/SkTHash.h b/src/core/SkTHash.h
index 849c850b70..967b9be878 100644
--- a/src/core/SkTHash.h
+++ b/src/core/SkTHash.h
@@ -1,6 +1,14 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
#ifndef SkTHash_DEFINED
#define SkTHash_DEFINED
+#include "SkChecksum.h"
#include "SkTypes.h"
#include "SkTemplates.h"