aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2010-04-13 15:29:15 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2010-04-13 15:29:15 +0000
commitc846ede6a08d02522c3b58afc29a3d55150dbf83 (patch)
tree95fd1ab4ad0e3710a11c610c670aa7481d0c4d95
parentfbb02e7e96745cec30c6c21ad58cc596b4e1c64d (diff)
fix build for SK_SCALAR_IS_FIXED
git-svn-id: http://skia.googlecode.com/svn/trunk@547 2bbb7eff-a529-9590-31e7-b0007b416f81
-rwxr-xr-xsrc/ports/SkFontHost_mac.cpp1
-rw-r--r--tests/MathTest.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp
index aac0034083..a652d9d3d1 100755
--- a/src/ports/SkFontHost_mac.cpp
+++ b/src/ports/SkFontHost_mac.cpp
@@ -18,6 +18,7 @@
#include "SkFontHost.h"
#include "SkDescriptor.h"
#include "SkEndian.h"
+#include "SkFloatingPoint.h"
#include "SkPaint.h"
#include "SkPoint.h"
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"