mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibGUI: Add missing <AK/Function.h> include
This commit is contained in:
parent
2905e10513
commit
ece300e1e3
Notes:
sideshowbarker
2024-07-18 18:31:08 +09:00
Author: https://github.com/sppmacd
Commit: ece300e1e3
Pull-request: https://github.com/SerenityOS/serenity/pull/6947
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Forward.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue