aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDeque.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDeque.cpp')
-rw-r--r--src/core/SkDeque.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkDeque.cpp b/src/core/SkDeque.cpp
index f9ab4af531..6639a77dc0 100644
--- a/src/core/SkDeque.cpp
+++ b/src/core/SkDeque.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
-
#include "SkDeque.h"
+#include "SkMemory.h"
struct SkDeque::Block {
Block* fNext;