aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrOp.cpp')
-rw-r--r--src/gpu/ops/GrOp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/ops/GrOp.cpp b/src/gpu/ops/GrOp.cpp
index 798d29d358..f020cdef67 100644
--- a/src/gpu/ops/GrOp.cpp
+++ b/src/gpu/ops/GrOp.cpp
@@ -9,6 +9,7 @@
#include "GrMemoryPool.h"
#include "SkSpinlock.h"
+#include "SkTo.h"
// TODO I noticed a small benefit to using a larger exclusive pool for ops. Its very small, but
// seems to be mostly consistent. There is a lot in flux right now, but we should really revisit