From f80225c35f7cce5be89242c521d48f355a80c6e7 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Mon, 8 Apr 2024 16:17:24 -0700 Subject: [PATCH] better output from engine layer unit test failures --- flow/testing/layer_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/flow/testing/layer_test.h b/flow/testing/layer_test.h index 00b08fdc56c0a..7db84810146e2 100644 --- a/flow/testing/layer_test.h +++ b/flow/testing/layer_test.h @@ -15,6 +15,7 @@ #include "flutter/flow/testing/mock_raster_cache.h" #include "flutter/fml/macros.h" +#include "flutter/testing/assertions_skia.h" #include "flutter/testing/canvas_test.h" #include "flutter/testing/display_list_testing.h" #include "flutter/testing/mock_canvas.h"