1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47:44 +00:00

LibWeb: Add missing include to ComponentValue.h

This commit is contained in:
Sam Atkins 2022-04-12 14:28:37 +01:00 committed by Andreas Kling
parent 6848a0ef05
commit 92320f3000

View file

@ -9,6 +9,7 @@
#include <AK/NonnullRefPtr.h>
#include <AK/RefPtr.h>
#include <LibWeb/CSS/Parser/Function.h>
#include <LibWeb/CSS/Parser/Token.h>
#include <LibWeb/Forward.h>