Missing #include "SkTemplates.h" for SkAutoTMalloc.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jan 2014 18:16:37 +0000 (18:16 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jan 2014 18:16:37 +0000 (18:16 +0000)
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

src/core/SkTDynamicHash.h

index 4893fb3..cae32b3 100644 (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,