aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/sksg/tests/SGTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sksg/tests/SGTest.cpp')
-rw-r--r--modules/sksg/tests/SGTest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/sksg/tests/SGTest.cpp b/modules/sksg/tests/SGTest.cpp
index 1228e666e7..e098171db8 100644
--- a/modules/sksg/tests/SGTest.cpp
+++ b/modules/sksg/tests/SGTest.cpp
@@ -5,17 +5,19 @@
* found in the LICENSE file.
*/
-#include "SkRect.h"
-#include "SkRectPriv.h"
+#include "SkTypes.h"
#if !defined(SK_BUILD_FOR_GOOGLE3)
+#include "SkRect.h"
+#include "SkRectPriv.h"
#include "SkSGColor.h"
#include "SkSGDraw.h"
#include "SkSGGroup.h"
#include "SkSGInvalidationController.h"
#include "SkSGRect.h"
#include "SkSGTransform.h"
+#include "SkTo.h"
#include "Test.h"