SkTHash: add checksum include

Review URL: https://codereview.chromium.org/1030883006
This commit is contained in:
halcanary 2015-03-25 10:22:53 -07:00 committed by Commit bot
parent 3e5622764a
commit 038cb5e8d8

View File

@ -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"