aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorPrivTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ColorPrivTest.cpp')
-rw-r--r--tests/ColorPrivTest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/ColorPrivTest.cpp b/tests/ColorPrivTest.cpp
index d2045e8e4a..c43873baa4 100644
--- a/tests/ColorPrivTest.cpp
+++ b/tests/ColorPrivTest.cpp
@@ -5,9 +5,11 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-
+#include "SkColor.h"
#include "SkColorData.h"
+#include "SkColorPriv.h"
+#include "SkTypes.h"
+#include "Test.h"
#define ASSERT(expr) REPORTER_ASSERT(r, expr)