From 889bd8bd7f604acae0a6303365bc82c06da1e6f3 Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Tue, 27 Sep 2011 17:38:17 +0000 Subject: Make SkMath.h less visible in public header files. git-svn-id: http://skia.googlecode.com/svn/trunk@2340 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ColorTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ColorTest.cpp') diff --git a/tests/ColorTest.cpp b/tests/ColorTest.cpp index 69c6f2689d..0efb8925a9 100644 --- a/tests/ColorTest.cpp +++ b/tests/ColorTest.cpp @@ -7,6 +7,7 @@ */ #include "Test.h" #include "SkColor.h" +#include "SkMath.h" #include "SkUnPreMultiply.h" static void test_premul(skiatest::Reporter* reporter) { -- cgit v1.2.3