From: halcanary Date: Wed, 2 Jul 2014 17:43:50 +0000 (-0700) Subject: Fix no previous prototype for function error X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~6958 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa37a21be54444189187584ce09c9a431abf1911;p=platform%2Fupstream%2FlibSkiaSharp.git Fix no previous prototype for function error BUG=skia:2720 R=scroggo@google.com, caryclark@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/363983002 --- diff --git a/src/lazy/SkDiscardableMemoryPool.cpp b/src/lazy/SkDiscardableMemoryPool.cpp index db2754e..a02f73c 100644 --- a/src/lazy/SkDiscardableMemoryPool.cpp +++ b/src/lazy/SkDiscardableMemoryPool.cpp @@ -7,6 +7,7 @@ #include "SkDiscardableMemory.h" #include "SkDiscardableMemoryPool.h" +#include "SkImageGenerator.h" #include "SkLazyPtr.h" #include "SkTInternalLList.h" #include "SkThread.h"