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

This commit is contained in:
Andreas Kling 2021-05-13 23:56:01 +02:00
commit 339b368308
Notes: sideshowbarker 2024-07-18 18:12:08 +09:00

View file

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