mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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: https://github.com/SerenityOS/serenity/commit/ece300e1e31 Pull-request: https://github.com/SerenityOS/serenity/pull/6947
@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Forward.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user