aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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"