LibWeb: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-10-02 21:56:05 +02:00 committed by Linus Groh
commit c602db1620
Notes: sideshowbarker 2024-07-18 02:58:11 +09:00
6 changed files with 5 additions and 3 deletions

View file

@ -10,6 +10,7 @@
#include <AK/RefCounted.h>
#include <AK/String.h>
#include <AK/Vector.h>
#include <LibWeb/CSS/Parser/StyleComponentValueRule.h>
namespace Web::CSS {