From 9b765b42e4e28bf771b92329879ab610f5438260 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 13 May 2021 23:44:48 +0200 Subject: [PATCH] InspectorServer: Add missing include --- Userland/Services/InspectorServer/ClientConnection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Services/InspectorServer/ClientConnection.cpp b/Userland/Services/InspectorServer/ClientConnection.cpp index 0fccb06c84..b7bd2d0878 100644 --- a/Userland/Services/InspectorServer/ClientConnection.cpp +++ b/Userland/Services/InspectorServer/ClientConnection.cpp @@ -5,6 +5,7 @@ */ #include "InspectableProcess.h" +#include #include namespace InspectorServer {