Fix G3 roll

This fixes an oversight wrt the iOS build in:

https://skia-review.googlesource.com/c/skia/+/423836 (Remove GrResourceProvider.h from all other header files)

Change-Id: I179bda2bf15f1981c99b08e9c7496ed63fe1fed1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/424037
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
This commit is contained in:
Robert Phillips 2021-07-01 12:33:12 -04:00 committed by Ben Wagner
parent 266bf8268d
commit 6102afc11e

View File

@ -11,6 +11,7 @@
#include "include/gpu/GrContextOptions.h"
#include "src/core/SkCompressedDataUtils.h"
#include "src/core/SkMathPriv.h"
#include "src/core/SkTSearch.h"
#include "src/gpu/GrBackendUtils.h"
#include "src/gpu/GrProgramDesc.h"