LibSyntax: Include RefCounted in Document.h

This is only transitively included through ByteStringImpl.
This commit is contained in:
Zaggy1024
2026-01-22 06:05:06 -06:00
committed by Andreas Kling
parent cd8465a6b5
commit f9decb5fde
Notes: github-actions[bot] 2026-02-06 11:13:02 +00:00

View File

@@ -7,6 +7,7 @@
#pragma once
#include <AK/HashMap.h>
#include <AK/RefCounted.h>
#include <AK/Utf32View.h>
#include <LibGfx/TextAttributes.h>
#include <LibSyntax/Forward.h>