From a6f0861c7bee57af0237e0f395d24fc85ebee4f3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 5 Jul 2021 22:54:45 +0200 Subject: [PATCH] Assistant: Add missing include --- Userland/Applications/Assistant/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/Assistant/main.cpp b/Userland/Applications/Assistant/main.cpp index 743dc75188..24f16aef43 100644 --- a/Userland/Applications/Assistant/main.cpp +++ b/Userland/Applications/Assistant/main.cpp @@ -17,6 +17,7 @@ #include #include #include +#include namespace Assistant {