LibWeb: Include SharedResourceRequest.h where it's used

ImageStyleValue.h can rely on the forward-declaration.
This commit is contained in:
Sam Atkins 2025-04-10 15:52:33 +01:00
commit f1af4bcc58
Notes: github-actions[bot] 2025-04-15 09:30:52 +00:00
5 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,7 @@
#include <LibWeb/DOM/Event.h>
#include <LibWeb/DOM/ShadowRoot.h>
#include <LibWeb/HTML/PotentialCORSRequest.h>
#include <LibWeb/HTML/SharedResourceRequest.h>
#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/SVGGraphicsBox.h>
#include <LibWeb/Namespace.h>