1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:07:35 +00:00

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

This commit is contained in:
Andreas Kling 2021-05-13 23:56:01 +02:00
parent 57385a1c29
commit 339b368308

View file

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