Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3b6ecf9

Browse files
authored
Fixes an include path (#36899)
1 parent 69f2bc8 commit 3b6ecf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/painting/multi_frame_codec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "flutter/fml/make_copyable.h"
1010
#include "flutter/lib/ui/painting/image.h"
1111
#if IMPELLER_SUPPORTS_RENDERING
12-
#include "lib/ui/painting/image_decoder_impeller.h"
12+
#include "flutter/lib/ui/painting/image_decoder_impeller.h"
1313
#endif // IMPELLER_SUPPORTS_RENDERING
1414
#include "third_party/dart/runtime/include/dart_api.h"
1515
#include "third_party/skia/include/core/SkPixelRef.h"

0 commit comments

Comments
 (0)