aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RectTest.cpp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-07-11 14:52:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-11 14:52:21 -0700
commit76c52ace16a7846d7d2ddf166d64572546f2de69 (patch)
treeae97c3e8abff04abf3a3b75bb2b13c600477ea2e /tests/RectTest.cpp
parent7969838702135b9f127bd738728da61bc49b050a (diff)
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
Diffstat (limited to 'tests/RectTest.cpp')
-rw-r--r--tests/RectTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/RectTest.cpp b/tests/RectTest.cpp
index 719b5b9ae7..6756ee56b0 100644
--- a/tests/RectTest.cpp
+++ b/tests/RectTest.cpp
@@ -7,6 +7,7 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
+#include "SkRandom.h"
#include "SkRect.h"
#include "Test.h"