From 44fa4b52d962bd707ca7f10ae35a97486bee99a7 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Mon, 21 Aug 2023 15:15:46 -0400 Subject: [PATCH] Include GrVkTypes where necessary --- testing/test_vulkan_surface.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_vulkan_surface.cc b/testing/test_vulkan_surface.cc index dea022771f1d6..255f64b6c14d6 100644 --- a/testing/test_vulkan_surface.cc +++ b/testing/test_vulkan_surface.cc @@ -13,6 +13,7 @@ #include "third_party/skia/include/core/SkSurfaceProps.h" #include "third_party/skia/include/gpu/GrBackendSurface.h" #include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h" +#include "third_party/skia/include/gpu/vk/GrVkTypes.h" namespace flutter { namespace testing {