mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
458167935c
commit
d5fb48a6f5
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace GC {
|
||||
|
||||
class Cell;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user