mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGUI: Add missing LibCore/File include
This was previously included via ConfigFile.h
This commit is contained in:
parent
2caaebcf41
commit
decdd6b61a
Notes:
sideshowbarker
2024-07-17 18:39:19 +09:00
Author: https://github.com/AtkinsSJ
Commit: decdd6b61a
Pull-request: https://github.com/SerenityOS/serenity/pull/12317
Reviewed-by: https://github.com/sin-ack ✅
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/ScopeGuard.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/TemporaryChange.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/AutocompleteProvider.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue