1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +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:
Timothy Flynn 2022-11-11 13:58:20 -05:00 committed by Linus Groh
parent 2c9549cb76
commit c64da0d00c
3 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,8 @@
#include "Session.h"
#include "BrowserConnection.h"
#include "Client.h"
#include <AK/JsonObject.h>
#include <AK/JsonParser.h>
#include <AK/NumericLimits.h>
#include <AK/Time.h>
#include <LibCore/LocalServer.h>