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
commit bab883bf8e
Notes: sideshowbarker 2024-07-17 18:46:57 +09:00
15 changed files with 18 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Forward.h>
#include <AK/Variant.h>
#include <LibJS/Forward.h>
#include <LibWeb/Forward.h>
#include <LibWeb/HTML/CrossOrigin/CrossOriginPropertyDescriptorMap.h>