aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/FontMgrAndroidParserTest.cpp1
-rw-r--r--tests/MathTest.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/FontMgrAndroidParserTest.cpp b/tests/FontMgrAndroidParserTest.cpp
index 5f6ff06fe8..92dbd951c0 100644
--- a/tests/FontMgrAndroidParserTest.cpp
+++ b/tests/FontMgrAndroidParserTest.cpp
@@ -7,6 +7,7 @@
#include "Resources.h"
#include "SkCommandLineFlags.h"
+#include "SkFixed.h"
#include "SkFontMgr_android_parser.h"
#include "Test.h"
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp
index 5bc2d0ebf7..580cd941fa 100644
--- a/tests/MathTest.cpp
+++ b/tests/MathTest.cpp
@@ -7,6 +7,7 @@
#include "SkColorPriv.h"
#include "SkEndian.h"
+#include "SkFixed.h"
#include "SkFloatBits.h"
#include "SkFloatingPoint.h"
#include "SkHalf.h"