diff options
Diffstat (limited to 'src/gpu/ops')
-rw-r--r-- | src/gpu/ops/GrClearOp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/ops/GrClearOp.h b/src/gpu/ops/GrClearOp.h index 4f51796e6c..b18332fa21 100644 --- a/src/gpu/ops/GrClearOp.h +++ b/src/gpu/ops/GrClearOp.h @@ -14,6 +14,8 @@ #include "GrOp.h" #include "GrOpFlushState.h" #include "GrRenderTarget.h" +#include "GrRenderTargetContext.h" +#include "GrResourceProvider.h" class GrClearOp final : public GrOp { public: |