From 70bd1724db21058c6ab0f4a5bd38a6aaf733a315 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 10 Feb 2021 12:21:14 +0100 Subject: [PATCH] LibJS: Include in AST.cpp again Linus points out that oss-fuzz wants this to be there. --- Userland/Libraries/LibJS/AST.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibJS/AST.cpp b/Userland/Libraries/LibJS/AST.cpp index b87272acf5..7ff07f32af 100644 --- a/Userland/Libraries/LibJS/AST.cpp +++ b/Userland/Libraries/LibJS/AST.cpp @@ -48,6 +48,7 @@ #include #include #include +#include namespace JS {