aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CanvasStateTest.cpp1
-rw-r--r--tests/GrShapeTest.cpp1
-rw-r--r--tests/Test.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp
index a35fc080d2..9533474c56 100644
--- a/tests/CanvasStateTest.cpp
+++ b/tests/CanvasStateTest.cpp
@@ -7,6 +7,7 @@
#include "CanvasStateHelpers.h"
#include "SkCanvas.h"
+#include "SkClipOpPriv.h"
#include "SkCanvasStateUtils.h"
#include "SkCommandLineFlags.h"
#include "SkDrawFilter.h"
diff --git a/tests/GrShapeTest.cpp b/tests/GrShapeTest.cpp
index f13e6b3310..847e522881 100644
--- a/tests/GrShapeTest.cpp
+++ b/tests/GrShapeTest.cpp
@@ -15,6 +15,7 @@
#include "SkPath.h"
#include "SkPathOps.h"
#include "SkSurface.h"
+#include "SkClipOpPriv.h"
using Key = SkTArray<uint32_t>;
diff --git a/tests/Test.h b/tests/Test.h
index 8b60039da0..5e6eb6d421 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -10,6 +10,7 @@
#include "SkString.h"
#include "SkTRegistry.h"
#include "SkTypes.h"
+#include "SkClipOpPriv.h"
#if SK_SUPPORT_GPU
#include "GrContextFactory.h"