mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:17:35 +00:00
Profiler: Add missing LibCore/File include
This was previously included via ConfigFile.h
This commit is contained in:
parent
4d5080388a
commit
2caaebcf41
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…
Add table
Add a link
Reference in a new issue