mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +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: https://github.com/LadybirdBrowser/ladybird/commit/d5fb48a6f57 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
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace GC {
|
||||
|
||||
class Cell;
|
||||
|
|
Loading…
Add table
Reference in a new issue