aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Float16Test.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-02-18 12:39:14 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-18 12:39:14 -0800
commitdd9ffea9ce051a49dbc6544e6aa3cb68fe987f47 (patch)
treeb4002e3cc72d641fa7b8297cc84a711c336f981d /tests/Float16Test.cpp
parent8528541dd7f09f5bd76f3f1ce5f45d08ac7347c7 (diff)
make SkPM4f private
Diffstat (limited to 'tests/Float16Test.cpp')
-rw-r--r--tests/Float16Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Float16Test.cpp b/tests/Float16Test.cpp
index 3b13533853..ef349c6cb6 100644
--- a/tests/Float16Test.cpp
+++ b/tests/Float16Test.cpp
@@ -10,6 +10,7 @@
#include "SkHalf.h"
#include "SkOpts.h"
#include "SkPixmap.h"
+#include "SkPM4f.h"
#include "SkRandom.h"
static bool eq_within_half_float(float a, float b) {