From 3a5a6b741dfe50883dfaf8a48121fdff1d24ef61 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Tue, 24 Feb 2026 13:38:35 +0100 Subject: [PATCH] LibJS: Include AST.h in RustIntegration.h This was breaking the no-rust build with gcc. --- Libraries/LibJS/RustIntegration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/LibJS/RustIntegration.h b/Libraries/LibJS/RustIntegration.h index 89c960cc31..7a38ca3833 100644 --- a/Libraries/LibJS/RustIntegration.h +++ b/Libraries/LibJS/RustIntegration.h @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include