mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 06:18:59 +00:00
LibGUI: Fix build after renaming Image => ImageWidget
This commit is contained in:
parent
6e02ef19d1
commit
9d4cd565e3
Notes:
sideshowbarker
2024-07-19 04:39:34 +09:00
Author: https://github.com/awesomekling
Commit: 9d4cd565e3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/MappedFile.h>
|
||||
#include <LibGUI/Image.h>
|
||||
#include <LibGUI/ImageWidget.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/ImageDecoder.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue