LibJS+LibWeb: Add a bunch of missing includes

This commit is contained in:
Matthew Olsson
2023-02-25 10:42:45 -07:00
committed by Linus Groh
parent 8dc7810976
commit bab883bf8e
15 changed files with 18 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibWeb/HTML/Scripting/Environments.h>
#include <LibWeb/HTML/Scripting/Script.h>
namespace Web::HTML {