diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-04-13 15:29:15 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2010-04-13 15:29:15 +0000 |
commit | c846ede6a08d02522c3b58afc29a3d55150dbf83 (patch) | |
tree | 95fd1ab4ad0e3710a11c610c670aa7481d0c4d95 /tests | |
parent | fbb02e7e96745cec30c6c21ad58cc596b4e1c64d (diff) |
fix build for SK_SCALAR_IS_FIXED
git-svn-id: http://skia.googlecode.com/svn/trunk@547 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MathTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp index dec93dea1d..4bfbd94283 100644 --- a/tests/MathTest.cpp +++ b/tests/MathTest.cpp @@ -1,4 +1,5 @@ #include "Test.h" +#include "SkFloatingPoint.h" #include "SkPoint.h" #include "SkRandom.h" |