mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Browser+WebDriver: Add missing header includes
These are currently being included transitively, and will cause an error when those intermediate includes are removed.
This commit is contained in:
parent
2c9549cb76
commit
c64da0d00c
3 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
#include <LibGUI/Widget.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
#include <LibHTTP/Job.h>
|
||||
#include <LibWeb/Cookie/Cookie.h>
|
||||
#include <LibWeb/Cookie/ParsedCookie.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace WebView {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue