From 7fe5b5ef35441a2e40cac13a51c6af10afa1dbe2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 21 Mar 2025 01:21:22 -0700 Subject: [PATCH] Fix build errors on RISCV https://bugs.webkit.org/show_bug.cgi?id=290163 Reviewed by NOBODY (OOPS!). Include c++ header for std::error_code. * Source/WebCore/contentextensions/ContentExtensionActions.h: Include system_error Upstream-Status: Submitted [https://github.com/WebKit/WebKit/pull/42802] Signed-off-by: Khem Raj --- Source/WebCore/contentextensions/ContentExtensionActions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/WebCore/contentextensions/ContentExtensionActions.h b/Source/WebCore/contentextensions/ContentExtensionActions.h index a600f410..80512454 100644 --- a/Source/WebCore/contentextensions/ContentExtensionActions.h +++ b/Source/WebCore/contentextensions/ContentExtensionActions.h @@ -28,6 +28,7 @@ #if ENABLE(CONTENT_EXTENSIONS) #include "ContentExtensionStringSerialization.h" +#include #include #include