From fdefb4104b98ae694efdbb6c382dd0594b85389b Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sun, 23 Apr 2023 17:49:25 -0600 Subject: [PATCH] LibWeb: Add prototype header to CustomElementRegistry.cpp --- .../LibWeb/HTML/CustomElements/CustomElementRegistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp b/Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp index 4549bba8bc..b65b02bbdc 100644 --- a/Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp +++ b/Userland/Libraries/LibWeb/HTML/CustomElements/CustomElementRegistry.cpp @@ -6,6 +6,7 @@ #include #include +#include #include #include #include