mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
InspectorServer: Add missing <AK/JsonObject.h> include
This commit is contained in:
parent
90e31b4f39
commit
9b765b42e4
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "InspectableProcess.h"
|
||||
#include <AK/JsonObject.h>
|
||||
#include <InspectorServer/ClientConnection.h>
|
||||
|
||||
namespace InspectorServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue