LibGC: Add missing Types.h to forwarding header

The forwarding header was not including any other headers, but still
relied on a definition of size_t.
This commit is contained in:
Andrew Kaster 2024-11-16 14:25:26 -07:00 committed by Andrew Kaster
parent 458167935c
commit d5fb48a6f5
Notes: github-actions[bot] 2024-11-19 21:54:45 +00:00

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
namespace GC {
class Cell;