summaryrefslogtreecommitdiff
path: root/AK/JsonObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/JsonObject.h')
-rw-r--r--AK/JsonObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/JsonObject.h b/AK/JsonObject.h
index 57c612c64b..be80f8df61 100644
--- a/AK/JsonObject.h
+++ b/AK/JsonObject.h
@@ -1,6 +1,6 @@
#pragma once
-#include <AK/AKString.h>
+#include <AK/String.h>
#include <AK/HashMap.h>
#include <AK/JsonArray.h>
#include <AK/JsonObjectSerializer.h>