mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
LibGUI: Include LibGfx/Bitmap.h in Icon.h
It doesn't compile with just the forwarding headers when nothing else (e.g. Button.h) pulls in Bitmap.h.
This commit is contained in:
parent
dc55fbeb79
commit
2e7395d6da
Notes:
sideshowbarker
2024-07-19 00:33:32 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/2e7395d6da9 Pull-request: https://github.com/SerenityOS/serenity/pull/4573
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue