Fix compile error on MSAN bot

TBR=reed@google.com

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2142653002

Review-Url: https://codereview.chromium.org/2142653002
This commit is contained in:
msarett 2016-07-11 14:52:21 -07:00 committed by Commit bot
parent 7969838702
commit 76c52ace16

View File

@ -7,6 +7,7 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "SkRandom.h"
#include "SkRect.h"
#include "Test.h"