mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 13:54:57 +00:00
LibGUI: Fix build after renaming Image => ImageWidget
This commit is contained in:
parent
6e02ef19d1
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