mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00: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
Notes:
github-actions[bot]
2024-11-19 21:54:45 +00:00
Author: https://github.com/ADKaster
Commit: d5fb48a6f5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2386
Reviewed-by: https://github.com/alimpfard
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Types.h>
|
||||||
|
|
||||||
namespace GC {
|
namespace GC {
|
||||||
|
|
||||||
class Cell;
|
class Cell;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue