Missing #include "SkTemplates.h" for SkAutoTMalloc.

BUG=
R=halcanary@google.com

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/137783021

git-svn-id: http://skia.googlecode.com/svn/trunk@13110 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-01-16 18:16:37 +00:00
parent ead86f2d8a
commit 5b8bde5db2

View File

@ -8,8 +8,9 @@
#ifndef SkTDynamicHash_DEFINED
#define SkTDynamicHash_DEFINED
#include "SkTypes.h"
#include "SkMath.h"
#include "SkTemplates.h"
#include "SkTypes.h"
template <typename T,
typename Key,