summaryrefslogtreecommitdiff
path: root/AK/JsonValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/JsonValue.h')
-rw-r--r--AK/JsonValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/JsonValue.h b/AK/JsonValue.h
index a1a8f65be5..46b6e652e2 100644
--- a/AK/JsonValue.h
+++ b/AK/JsonValue.h
@@ -290,4 +290,6 @@ struct Formatter<JsonValue> : Formatter<StringView> {
}
+#if USING_AK_GLOBALLY
using AK::JsonValue;
+#endif