It doesn't compile with just the forwarding headers when nothing else (e.g. Button.h) pulls in Bitmap.h.
@@ -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 {