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:
Linus Groh 2020-12-27 18:13:40 +01:00 committed by Andreas Kling
parent dc55fbeb79
commit 2e7395d6da
Notes: sideshowbarker 2024-07-19 00:33:32 +09:00

View File

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