ソースを参照

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.
Linus Groh 4 年 前
コミット
2e7395d6da
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Libraries/LibGUI/Icon.h

+ 1 - 1
Libraries/LibGUI/Icon.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 {