1
Fork 0
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:
Andreas Kling 2020-07-23 17:43:44 +02:00
parent 6e02ef19d1
commit 9d4cd565e3

View file

@ -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>