diff options
author | msarett <msarett@google.com> | 2016-07-11 14:52:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-11 14:52:21 -0700 |
commit | 76c52ace16a7846d7d2ddf166d64572546f2de69 (patch) | |
tree | ae97c3e8abff04abf3a3b75bb2b13c600477ea2e | |
parent | 7969838702135b9f127bd738728da61bc49b050a (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
-rw-r--r-- | tests/RectTest.cpp | 1 |
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" |