From 0fb775cd77e011b3ba202682a5e15f9d9f9e3b0b Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 23 May 2013 14:11:41 +0000 Subject: [PATCH] Fix compiler error/warning in r9255 git-svn-id: http://skia.googlecode.com/svn/trunk@9256 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/effects/SkColorMatrixFilter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp index 638c3536d4..3d1fd6f627 100644 --- a/src/effects/SkColorMatrixFilter.cpp +++ b/src/effects/SkColorMatrixFilter.cpp @@ -10,6 +10,7 @@ #include "SkColorPriv.h" #include "SkFlattenableBuffers.h" #include "SkUnPreMultiply.h" +#include "SkString.h" static int32_t rowmul4(const int32_t array[], unsigned r, unsigned g, unsigned b, unsigned a) {