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:
parent
ead86f2d8a
commit
5b8bde5db2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user