aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapTest.cpp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2016-12-07 16:21:53 -0500
committerGravatar Hal Canary <halcanary@google.com>2016-12-07 21:22:15 +0000
commit02e65df343d7b6d2116d6ed2a17cea3f222978e0 (patch)
tree68eb18a56195ecce56e5eaa0e66797e71bd61de9 /tests/BitmapTest.cpp
parentb92520df1d7fc41e11e3f3e082fbf80b71c5ea7c (diff)
fix build. tests/BitmapTest w/ nogpu
NOTRY=true TBR=herb@google.com Change-Id: I09d7bd262a805e109a0869a83dec05ae03cff747 Reviewed-on: https://skia-review.googlesource.com/5687 Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tests/BitmapTest.cpp')
-rw-r--r--tests/BitmapTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BitmapTest.cpp b/tests/BitmapTest.cpp
index 98b1ac4e8b..9342d261c2 100644
--- a/tests/BitmapTest.cpp
+++ b/tests/BitmapTest.cpp
@@ -7,6 +7,7 @@
#include "SkBitmap.h"
#include "SkMallocPixelRef.h"
+#include "SkRandom.h"
#include "Test.h"
static void test_peekpixels(skiatest::Reporter* reporter) {