From b3ab50daf2f02f490ccb9e47eacbcee5fe7e4f32 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 25 Jan 2024 13:15:00 -0800 Subject: [PATCH] Add include suggested by clang-tidy (flutter/engine#49898) This is from the google3 roll. Adding this cuts down on noise for rollers. --- engine/src/flutter/impeller/typographer/lazy_glyph_atlas.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/impeller/typographer/lazy_glyph_atlas.cc b/engine/src/flutter/impeller/typographer/lazy_glyph_atlas.cc index a6a6d076e42..121e6186c9e 100644 --- a/engine/src/flutter/impeller/typographer/lazy_glyph_atlas.cc +++ b/engine/src/flutter/impeller/typographer/lazy_glyph_atlas.cc @@ -9,6 +9,7 @@ #include "impeller/typographer/glyph_atlas.h" #include "impeller/typographer/typographer_context.h" +#include #include namespace impeller {