mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 16:10:20 +00:00
Profiler: Add missing LibCore/File include
This was previously included via ConfigFile.h
This commit is contained in:
parent
4d5080388a
commit
2caaebcf41
Notes:
sideshowbarker
2024-07-17 18:39:23 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/2caaebcf41 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
|
@ -7,6 +7,7 @@
|
|||
#include "SourceModel.h"
|
||||
#include "Gradient.h"
|
||||
#include "Profile.h"
|
||||
#include <LibCore/File.h>
|
||||
#include <LibDebug/DebugInfo.h>
|
||||
#include <LibGfx/FontDatabase.h>
|
||||
#include <LibSymbolication/Symbolication.h>
|
||||
|
|
Loading…
Reference in a new issue