aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ChecksumTest.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-08 12:54:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-08 12:54:08 -0700
commit9dcdc352c14eb95a833961b22682ed9900059dae (patch)
treed2033e34426c033dc91e46347c2a088c8408e6cf /tests/ChecksumTest.cpp
parent0446a3c8e2a5f1d525b3e0595252e64c6cd3a753 (diff)
add missing include
CQ_INCLUDE_TRYBOTS=master.client.skia:Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN-Trybot Review-Url: https://codereview.chromium.org/2226783002
Diffstat (limited to 'tests/ChecksumTest.cpp')
-rw-r--r--tests/ChecksumTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ChecksumTest.cpp b/tests/ChecksumTest.cpp
index 2aaf2688b7..1882235e30 100644
--- a/tests/ChecksumTest.cpp
+++ b/tests/ChecksumTest.cpp
@@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
+#include "SkChecksum.h"
#include "SkOpts.h"
#include "SkRandom.h"
#include "Test.h"