Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: src/core/SkTDynamicHash.h

Issue 137783021: Missing #include "SkTemplates.h" for SkAutoTMalloc. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: reup Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkTDynamicHash.h
diff --git a/src/core/SkTDynamicHash.h b/src/core/SkTDynamicHash.h
index 4893fb384ff7e6b13a3fea8a814cb523fb2ae33d..cae32b341743fc5501f7109db0ea5c57e8864107 100644
--- a/src/core/SkTDynamicHash.h
+++ b/src/core/SkTDynamicHash.h
@@ -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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698