1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

InspectorServer: Add missing <AK/JsonObject.h> include

This commit is contained in:
Andreas Kling 2021-05-13 23:44:48 +02:00
parent 90e31b4f39
commit 9b765b42e4

View file

@ -5,6 +5,7 @@
*/
#include "InspectableProcess.h"
#include <AK/JsonObject.h>
#include <InspectorServer/ClientConnection.h>
namespace InspectorServer {